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

Collapse All | Expand All

(-)cyrus-sasl-2.1.21.old/lib/Makefile.am (-1 / +1 lines)
Lines 62-68 Link Here
62
libsasl2_la_SOURCES = $(common_sources) $(common_headers)
62
libsasl2_la_SOURCES = $(common_sources) $(common_headers)
63
libsasl2_la_LDFLAGS = -version-info $(sasl_version)
63
libsasl2_la_LDFLAGS = -version-info $(sasl_version)
64
libsasl2_la_DEPENDENCIES = $(LTLIBOBJS)
64
libsasl2_la_DEPENDENCIES = $(LTLIBOBJS)
65
libsasl2_la_LIBADD = $(LTLIBOBJS) $(SASL_DL_LIB) $(LIB_SOCKET) $(LIB_DOOR)
65
libsasl2_la_LIBADD = $(LTLIBOBJS) $(SASL_DL_LIB) $(LIB_SOCKET) $(LIB_DOOR) -lcrypt
66
66
67
if MACOSX
67
if MACOSX
68
framedir = /Library/Frameworks/SASL2.framework
68
framedir = /Library/Frameworks/SASL2.framework
(-)cyrus-sasl-2.1.21.old/sasldb/Makefile.am (-1 / +1 lines)
Lines 56-62 Link Here
56
libsasldb_la_SOURCES = allockey.c sasldb.h
56
libsasldb_la_SOURCES = allockey.c sasldb.h
57
EXTRA_libsasldb_la_SOURCES = $(extra_common_sources)
57
EXTRA_libsasldb_la_SOURCES = $(extra_common_sources)
58
libsasldb_la_DEPENDENCIES = $(SASL_DB_BACKEND)
58
libsasldb_la_DEPENDENCIES = $(SASL_DB_BACKEND)
59
libsasldb_la_LIBADD = $(SASL_DB_BACKEND) 
59
libsasldb_la_LIBADD = $(SASL_DB_BACKEND) $(SASL_DB_LIB)
60
60
61
# Prevent make dist stupidity
61
# Prevent make dist stupidity
62
libsasldb_a_SOURCES =
62
libsasldb_a_SOURCES =

Return to bug 116458