remove -lssl from Makefile.in
please add AC_CHECK_LIB([ssl], [function-name]) to configure.ac in the case of failed linkage
This commit is contained in:
parent
b091f978f1
commit
6c2f4fed6b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ CPPFLAGS=@CPPFLAGS@
|
|||
DEFS=@DEFS@
|
||||
COMPILE_FLAGS=${CFLAGS} ${CPPFLAGS} ${DEFS} -Wall -Wextra -Werror -Wno-deprecated -fno-strict-aliasing -fno-omit-frame-pointer -ggdb
|
||||
|
||||
EXTRA_LIBS=-lssl @LIBS@ @EXTRA_LIBS@
|
||||
EXTRA_LIBS=@LIBS@ @EXTRA_LIBS@
|
||||
LOCAL_LDFLAGS=-rdynamic -ggdb ${EXTRA_LIBS}
|
||||
LINK_FLAGS=${LDFLAGS} ${LOCAL_LDFLAGS}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue