]> git.pld-linux.org Git - packages/btpd.git/commitdiff
- fix building with --as-needed
authorArtur Frysiak <artur@frysiak.net>
Sun, 9 Mar 2008 17:53:05 +0000 (17:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    btpd-asneeded.patch -> 1.1

btpd-asneeded.patch [new file with mode: 0644]

diff --git a/btpd-asneeded.patch b/btpd-asneeded.patch
new file mode 100644 (file)
index 0000000..3fcfa13
--- /dev/null
@@ -0,0 +1,10 @@
+--- btpd-0.13/btpd/Makefile.am.orig    2008-03-09 18:28:04.000000000 +0100
++++ btpd-0.13/btpd/Makefile.am 2008-03-09 18:31:10.000000000 +0100
+@@ -15,6 +15,5 @@ btpd_SOURCES=\
+       upload.c upload.h\
+       util.c
+-btpd_LDADD=../misc/libmisc.a ../libevent/libevent.a
++btpd_LDADD=../misc/libmisc.a ../libevent/libevent.a @openssl_LDFLAGS@ -lcrypto -lm
+ btpd_CPPFLAGS=-I$(top_srcdir)/misc -I$(top_srcdir)/libevent @openssl_CPPFLAGS@
+-btpd_LDFLAGS=@openssl_LDFLAGS@ -lcrypto -lm
This page took 0.070221 seconds and 4 git commands to generate.