[SCM] Debian packaging for apache2 branch, next, updated. debian/2.4.4-2-22-g45cc9a2

Stefan Fritsch sf at sfritsch.de
Mon May 20 17:31:37 UTC 2013


The following commit has been merged in the next branch:
commit 45cc9a2c789e35d4d28d5dd9e57c38756d438a5c
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Mon May 20 19:12:26 2013 +0200

    Add a hack to link itk with libcap

diff --git a/debian/changelog b/debian/changelog
index fa271f1..112a08d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,7 @@ apache2 (2.4.4-3) UNRELEASED; urgency=low
   * Enable mod_authn_core when upgrading from wheezy (Closes: #702866)
   * Bump libaprutil1-dev build dependency to get support for bcrypt password
     hashes.
+  * Fix mod_mpm_itk.so not being linked to libcap.so (Closes: #702475)
 
  -- Arno Töll <arno at debian.org>  Mon, 20 May 2013 15:52:20 +0200
 
diff --git a/debian/rules b/debian/rules
index 7b590f8..648b0ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,6 +85,9 @@ override_dh_auto_configure: generate-maintainer-scripts prebuild-checks server/m
 		--enable-mods-static="unixd logio watchdog version" \
 		CFLAGS="$(AP2_CFLAGS)" CPPFLAGS="$(AP2_CPPFLAGS)" LDFLAGS="$(AP2_LDFLAGS)" \
 		$(AP2_EXTRAFLAGS)
+	# XXX Hack to make mod_mpm_itk.so link against libcap until we
+	# XXX move itk to a separate package
+	perl -p -i -e 's/(-avoid-version)/$$1 -lcap/' server/mpm/itk/modules.mk
 
 override_dh_install: clean-config-vars prepare-scripts
 	dh_install --list-missing

-- 
Debian packaging for apache2



More information about the Pkg-apache-commits mailing list