You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/libyahoo2/files/libyahoo2-1.0.1-asneeded.patch

17 lines
379 B

--- src/Makefile.am
+++ src/Makefile.am
@@ -21,11 +21,9 @@
noinst_PROGRAMS = yahoo autoresponder
yahoo_SOURCES = sample_client.c
-yahoo_LDADD = libyahoo2.la
-yahoo_LDFLAGS = -lssl
+yahoo_LDADD = libyahoo2.la -lssl
autoresponder_SOURCES = autoresponder.c
-autoresponder_LDADD = libyahoo2.la
-autoresponder_LDFLAGS = -lssl
+autoresponder_LDADD = libyahoo2.la -lssl
endif