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.in (-2 / +2 lines)
Lines 158-166 Link Here
158
	upload.c upload.h\
158
	upload.c upload.h\
159
	util.c
159
	util.c
160
160
161
btpd_LDADD = ../misc/libmisc.a ../libevent/libevent.a
161
btpd_LDADD = ../misc/libmisc.a ../libevent/libevent.a -lcrypto -lm
162
btpd_CPPFLAGS = -I$(top_srcdir)/misc -I$(top_srcdir)/libevent @openssl_CPPFLAGS@
162
btpd_CPPFLAGS = -I$(top_srcdir)/misc -I$(top_srcdir)/libevent @openssl_CPPFLAGS@
163
btpd_LDFLAGS = @openssl_LDFLAGS@ -lcrypto -lm
163
btpd_LDFLAGS = @openssl_LDFLAGS@
164
all: all-am
164
all: all-am
165
165
166
.SUFFIXES:
166
.SUFFIXES:

Return to bug 195132