Skip to content

Commit 48875d3

Browse files
committed
Added -lcurl to "cpuminer_LDADD =" in Makefile.in for linux compilation
1 parent f346491 commit 48875d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ if HAVE_WINDOWS
310310
endif
311311

312312
cpuminer_LDFLAGS = @LDFLAGS@
313-
cpuminer_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ -lssl -lcrypto -lgmp
313+
cpuminer_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ -lssl -lcrypto -lgmp -lcurl
314314
cpuminer_CPPFLAGS = @LIBCURL_CPPFLAGS@ $(ALL_INCLUDES)
315315
cpuminer_CFLAGS = -Wno-pointer-sign -Wno-pointer-to-int-cast $(disable_flags)
316316

0 commit comments

Comments
 (0)