summaryrefslogtreecommitdiff
path: root/net-libs/libyahoo2/files/libyahoo2-1.0.1-asneeded.patch
blob: b05190a02a71450e6a019fbe0f9f5d29cea2fb9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- 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