mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
LDFLAGS fix to make the GSSAPI build again
This commit is contained in:
parent
5f0cba7775
commit
f3e7a5d755
@ -21,7 +21,7 @@ endif
|
||||
# we use srcdir/lib for the lib-private header files
|
||||
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/lib -I$(top_srcdir)/lib $(ARESINC)
|
||||
|
||||
LDFLAGS = -L$(top_srcdir)/lib
|
||||
LDFLAGS += -L$(top_srcdir)/lib
|
||||
|
||||
VERSION=-version-info 2:2:0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user