Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 100395 Details for
Bug 152544
Please stabilize dev-libs/cyrus-sasl-2.1.22-r1 [ was: doesn't link to libcrypt ]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Adds $(LIB_CRYPT) and -fPIC into Makefile.am which needs them
cyrus-sasl-2.1.22-build.patch (text/plain), 3.68 KB, created by
Herbert Nachtnebel
on 2006-10-24 11:25:54 UTC
(
hide
)
Description:
Adds $(LIB_CRYPT) and -fPIC into Makefile.am which needs them
Filename:
MIME Type:
Creator:
Herbert Nachtnebel
Created:
2006-10-24 11:25:54 UTC
Size:
3.68 KB
patch
obsolete
>diff -urpN cyrus-sasl-2.1.22-orig/lib/Makefile.am cyrus-sasl-2.1.22/lib/Makefile.am >--- cyrus-sasl-2.1.22-orig/lib/Makefile.am 2006-05-17 16:46:13.000000000 +0000 >+++ cyrus-sasl-2.1.22/lib/Makefile.am 2006-10-24 15:20:36.000000000 +0000 >@@ -45,6 +45,7 @@ sasl_version = 2:22:0 > > INCLUDES=-I$(top_srcdir)/include -I$(top_srcdir)/plugins -I$(top_builddir)/include -I$(top_srcdir)/sasldb > >+AM_CFLAGS = -fPIC > EXTRA_DIST = windlopen.c staticopen.h NTMakefile > EXTRA_LIBRARIES = libsasl2.a > noinst_LIBRARIES = @SASL_STATIC_LIBS@ >diff -urpN cyrus-sasl-2.1.22-orig/plugins/Makefile.am cyrus-sasl-2.1.22/plugins/Makefile.am >--- cyrus-sasl-2.1.22-orig/plugins/Makefile.am 2006-05-17 16:46:16.000000000 +0000 >+++ cyrus-sasl-2.1.22/plugins/Makefile.am 2006-10-24 15:19:38.000000000 +0000 >@@ -63,6 +63,7 @@ srp_version = 2:22:0 > > INCLUDES=-I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/sasldb -I$(top_builddir)/include > AM_LDFLAGS = -module -export-dynamic -rpath $(plugindir) >+AM_CLFAGS = -fPIC > > COMPAT_OBJS = @LTGETADDRINFOOBJS@ @LTGETNAMEINFOOBJS@ @LTSNPRINTFOBJS@ > >diff -urpN cyrus-sasl-2.1.22-orig/sasldb/Makefile.am cyrus-sasl-2.1.22/sasldb/Makefile.am >--- cyrus-sasl-2.1.22-orig/sasldb/Makefile.am 2006-05-17 16:46:17.000000000 +0000 >+++ cyrus-sasl-2.1.22/sasldb/Makefile.am 2006-10-24 15:20:10.000000000 +0000 >@@ -48,6 +48,7 @@ INCLUDES=-I$(top_srcdir)/include -I$(top > > extra_common_sources = db_none.c db_ndbm.c db_gdbm.c db_berkeley.c > >+AM_CFLAGS = -fPIC > EXTRA_DIST = NTMakefile > > noinst_LTLIBRARIES = libsasldb.la >diff -urpN cyrus-sasl-2.1.22-orig/utils/Makefile.am cyrus-sasl-2.1.22/utils/Makefile.am >--- cyrus-sasl-2.1.22-orig/utils/Makefile.am 2006-05-18 18:34:26.000000000 +0000 >+++ cyrus-sasl-2.1.22/utils/Makefile.am 2006-10-24 15:12:39.000000000 +0000 >@@ -42,7 +42,7 @@ > # > ################################################################ > >-all_sasl_libs = ../lib/libsasl2.la $(SASL_DB_LIB) $(LIB_SOCKET) >+all_sasl_libs = ../lib/libsasl2.la $(SASL_DB_LIB) $(LIB_SOCKET) $(LIB_CRYPT) > all_sasl_static_libs = ../lib/.libs/libsasl2.a $(SASL_DB_LIB) $(LIB_SOCKET) $(GSSAPIBASE_LIBS) $(GSSAPI_LIBS) $(SASL_KRB_LIB) $(LIB_DES) $(PLAIN_LIBS) $(SRP_LIBS) $(LIB_MYSQL) $(LIB_PGSQL) $(LIB_SQLITE) > > sbin_PROGRAMS = @SASL_DB_UTILS@ @SMTPTEST_PROGRAM@ pluginviewer >diff -urpN cyrus-sasl-2.1.22-orig/sample/Makefile.am cyrus-sasl-2.1.22/sample/Makefile.am >--- cyrus-sasl-2.1.22-orig/sample/Makefile.am 2004-03-10 15:44:55.000000000 +0000 >+++ cyrus-sasl-2.1.22/sample/Makefile.am 2006-10-24 16:03:22.000000000 +0000 >@@ -54,10 +54,10 @@ sample_server_SOURCES = sample-server.c > server_SOURCES = server.c common.c common.h > client_SOURCES = client.c common.c common.h > >-server_LDADD = ../lib/libsasl2.la $(LIB_SOCKET) >-client_LDADD = ../lib/libsasl2.la $(LIB_SOCKET) >+server_LDADD = ../lib/libsasl2.la $(LIB_SOCKET) $(LIB_CRYPT) >+client_LDADD = ../lib/libsasl2.la $(LIB_SOCKET) $(LIB_CRYPT) > >-sample_client_LDADD = ../lib/libsasl2.la $(LIB_SOCKET) >-sample_server_LDADD = ../lib/libsasl2.la $(LIB_SOCKET) >+sample_client_LDADD = ../lib/libsasl2.la $(LIB_SOCKET) $(LIB_CRYPT) >+sample_server_LDADD = ../lib/libsasl2.la $(LIB_SOCKET) $(LIB_CRYPT) > > EXTRA_DIST = NTMakefile >--- cyrus-sasl-2.1.22-orig/lib/Makefile.am 2006-10-24 16:51:41.000000000 +0000 >+++ cyrus-sasl-2.1.22/lib/Makefile.am 2006-10-24 16:51:10.000000000 +0000 >@@ -63,7 +63,7 @@ lib_LTLIBRARIES = libsasl2.la > libsasl2_la_SOURCES = $(common_sources) $(common_headers) > libsasl2_la_LDFLAGS = -version-info $(sasl_version) > libsasl2_la_DEPENDENCIES = $(LTLIBOBJS) >-libsasl2_la_LIBADD = $(LTLIBOBJS) $(SASL_DL_LIB) $(LIB_SOCKET) $(LIB_DOOR) >+libsasl2_la_LIBADD = $(LTLIBOBJS) $(SASL_DL_LIB) $(LIB_SOCKET) $(LIB_DOOR) $(LIB_CRYPT) > > if MACOSX > framedir = /Library/Frameworks/SASL2.framework
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 152544
:
100395
|
100575
|
100596