Codebase list cyrus-sasl2 / 2fe1d1f
Fix FTCBFS: (Closes: #792851) + 0033-cross.patch: Drop -ldb from make depends. Helmut Grohne authored 5 years ago Ondřej Surý committed 5 years ago
2 changed file(s) with 19 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: fix cross compialtion
1 Author: Helmut Grohne <helmut@subdivi.de>
2 Bug-Debian: https://bugs.debian.org/792851
3 Last-Update: 2015-07-19
4
5 * Remove SASL_DB_LIB as it expands to -ldb and make fails to find a build arch
6 -ldb.
7
8 --- a/sasldb/Makefile.am
9 +++ b/sasldb/Makefile.am
10 @@ -54,6 +54,6 @@
11
12 libsasldb_la_SOURCES = allockey.c sasldb.h
13 EXTRA_libsasldb_la_SOURCES = $(extra_common_sources)
14 -libsasldb_la_DEPENDENCIES = $(SASL_DB_BACKEND) $(SASL_DB_LIB)
15 +libsasldb_la_DEPENDENCIES = $(SASL_DB_BACKEND)
16 libsasldb_la_LIBADD = $(SASL_DB_BACKEND) $(SASL_DB_LIB)
17 libsasldb_la_LDFLAGS = -no-undefined
1515 0032-Add-with_pgsql-include-postgresql-to-include-path.patch
1616 0017-Just-completely-remove-libobj-from-autotools-files.patch
1717 0018-We-need-to-look-for-compat-crypto.h-in-top_srcdir-as.patch
18 0033-cross.patch