Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 195132 | Differences between
and this patch

Collapse All | Expand All

(-)btpd-0.13.orig/btpd/Makefile.am (-2 / +2 lines)
Lines 15-20 Link Here
15
	upload.c upload.h\
15
	upload.c upload.h\
16
	util.c
16
	util.c
17
17
18
btpd_LDADD=../misc/libmisc.a ../libevent/libevent.a
18
btpd_LDADD=../misc/libmisc.a ../libevent/libevent.a -lcrypto -lm
19
btpd_CPPFLAGS=-I$(top_srcdir)/misc -I$(top_srcdir)/libevent @openssl_CPPFLAGS@
19
btpd_CPPFLAGS=-I$(top_srcdir)/misc -I$(top_srcdir)/libevent @openssl_CPPFLAGS@
20
btpd_LDFLAGS=@openssl_LDFLAGS@ -lcrypto -lm
20
btpd_LDFLAGS=@openssl_LDFLAGS@

Return to bug 195132