[SCM] Debian packaging for apache2 branch, master, updated. debian/2.4.4-2-104-ga87aefc

Arno Töll arno at debian.org
Fri May 31 01:24:07 UTC 2013


The following commit has been merged in the master branch:
commit a87aefc79660e138ce604ab92aa833fff38785b6
Author: Arno Töll <arno at debian.org>
Date:   Fri May 31 02:46:09 2013 +0200

    Really fix the -lcap issue

diff --git a/debian/rules b/debian/rules
index 2a16e51..3ab70bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,10 +88,10 @@ override_dh_auto_configure: generate-maintainer-scripts prebuild-checks server/m
 		$(AP2_EXTRAFLAGS)
 
 
-ifneq ($(DEB_HOST_ARCH_OS),linux)
+ifeq ($(DEB_HOST_ARCH_OS),linux)
 	# XXX Hack to make mod_mpm_itk.so link against libcap until we
 	# XXX move itk to a separate package
-	echo "$(DEB_HOST_ARCH_OS): weird arch: removing -lcap"
+	echo "$(DEB_HOST_ARCH_OS): non weird arch: adding -lcap"
 	perl -p -i -e 's/(-avoid-version)/$$1 -lcap/' server/mpm/itk/modules.mk
 endif
 

-- 
Debian packaging for apache2



More information about the Pkg-apache-commits mailing list