We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4d5a5 commit a4d2fb1Copy full SHA for a4d2fb1
1 file changed
lib/libpe/Makefile
@@ -55,7 +55,7 @@ override CFLAGS += \
55
-W -Wall -Wextra -pedantic -std=c99 -c
56
override CPPFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
57
#override LDFLAGS += -lssl -lcrypto
58
-LIBS = -lssl -lcrypto
+LIBS = -lssl -lcrypto -lm
59
60
# --- FIX: -fPIC is necessary to ALL shared objects! Changed above.
61
#ifneq ($(PLATFORM_OS), CYGWIN)
0 commit comments