[Pkg-cyrus-sasl2-commits] r570 - /cyrus-sasl-2.1/branches/package-consolidate/debian/rules

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Fri Aug 20 03:47:20 UTC 2010


Author: roberto
Date: Fri Aug 20 03:46:54 2010
New Revision: 570

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=570
Log:
Fix configure invocations

Modified:
    cyrus-sasl-2.1/branches/package-consolidate/debian/rules

Modified: cyrus-sasl-2.1/branches/package-consolidate/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/branches/package-consolidate/debian/rules?rev=570&op=diff
==============================================================================
--- cyrus-sasl-2.1/branches/package-consolidate/debian/rules (original)
+++ cyrus-sasl-2.1/branches/package-consolidate/debian/rules Fri Aug 20 03:46:54 2010
@@ -178,6 +178,9 @@
 	       --sysconfdir=/etc \
 	       --with-devrandom=/dev/urandom; \
 	cd ..)
+	# Cope with the way that ./configure creates symlinks
+	cp -r $(CURDIR)/sasldb/* $(TMPBUILD_MIT)/sasldb/
+	cp -r $(CURDIR)/plugins/* $(TMPBUILD_MIT)/sasldb/
 	(mkdir $(TMPBUILD_HEIMDAL); cd $(TMPBUILD_HEIMDAL); \
 	LDFLAGS="$(LDFLAGS) -L/usr/lib/heimdal -Wl,-z,defs" CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS) -I/usr/include/heimdal" ../configure \
 	       --host=$(DEB_HOST_GNU_TYPE) \
@@ -215,6 +218,9 @@
 	       --sysconfdir=/etc \
 	       --with-devrandom=/dev/urandom; \
 	cd ..)
+	# Cope with the way that ./configure creates symlinks
+	cp -r $(CURDIR)/sasldb/* $(TMPBUILD_HEIMDAL)/sasldb/
+	cp -r $(CURDIR)/plugins/* $(TMPBUILD_HEIMDAL)/sasldb/
 
 	# Prepare to build sample-{client,server}
 	cp -f $(CURDIR)/debian/sample/config.h $(CURDIR)/sample/config.h




More information about the Pkg-cyrus-sasl2-commits mailing list