mirror of
https://github.com/curl/curl.git
synced 2026-07-24 01:07:18 +03:00
LDFLAGS fix to make the GSSAPI build again
This commit is contained in:
parent
5f0cba7775
commit
f3e7a5d755
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue