Skip to content
Snippets Groups Projects
Commit 9e1e3186 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

We need -lpthread for the pthread example

parent e1132ecb
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ LDFLAGS = -L/home/dast/lib -L/usr/local/ssl/lib
# We need -lsocket and -lnsl when on Solaris
# We need -lssl and -lcrypto when using libcurl with SSL support
# We need -ldl for dlopen() if that is in libdl
# We need -lpthread for the pthread example
LIBS = -lcurl -lsocket -lnsl -lssl -lcrypto -dl
# Link the target with all objects and libraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment