Blob Blame History Raw
Patch by Robert Scheck <robert@fedoraproject.org> for zarafa >= 6.30.4, which only
removes the paths from autoconf/automake related files, that don't exist in the OSS
version of Zarafa. Having these paths not removed causes autoreconf to fail, but a
re-run of autoreconf is needed in order to get the rpaths completely out of all the
libraries and binaries built during the make process.

--- zarafa-6.30.4/configure.ac			2009-03-17 17:30:45.000000000 +0100
+++ zarafa-6.30.4/configure.ac.fedora		2009-03-31 20:34:29.000000000 +0200
@@ -591,17 +591,6 @@
 		version
 		specialbuild
 ])
-dnl non-oss files
-if test -d `dirname $0`/licensed; then
-AC_CONFIG_FILES([
-		liblicense/Makefile
-		licensed/Makefile
-		ECtools/zarafa-backup/Makefile
-		ECtools/zarafa-backup/helpers/Makefile
-		ECtools/zarafa-report/Makefile
-		debian/zarafa.install
-])
-fi
 
 AC_OUTPUT
 
--- zarafa-6.30.4/ECtools/Makefile.am		2009-04-23 22:10:44.000000000 +0200
+++ zarafa-6.30.4/ECtools/Makefile.am.fedora	2009-04-25 21:20:43.000000000 +0200
@@ -1,7 +1,3 @@
-if ! OSS_ONLY
-PROSUBS = zarafa-backup zarafa-report
-endif
-
 if WITH_TESTTOOLS
 TESTSUBS = ECTestTools
 endif
--- zarafa-6.30.4/Makefile.am			2009-04-23 22:10:44.000000000 +0200
+++ zarafa-6.30.4/Makefile.am.fedora		2009-04-25 21:20:26.000000000 +0200
@@ -1,9 +1,5 @@
 AUTOMAKE_OPTIONS = 1.8 foreign
 
-if ! OSS_ONLY
-PROSUBS = liblicense licensed
-endif
-
 SUBDIRS = common libfreebusy mapi4linux $(PROSUBS) provider libicalmapi inetmapi php-ext spooler gateway caldav ECtools installer po doc
 
 if WITH_PERL