]> andersk Git - nss_nonlocal.git/commitdiff
Force exclusion of glibc-private dependency.
authorAnders Kaseorg <andersk@mit.edu>
Sun, 1 Feb 2009 04:18:34 +0000 (23:18 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Sun, 1 Feb 2009 05:25:29 +0000 (00:25 -0500)
This is necessary for libnss-nonlocal to build and install with libc6
2.9 in Ubuntu Jaunty and Debian experimental, which now generates an
invalid dependency on glibc-private for uses of private glibc symbols.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
debian/rules

index c90fcf2aed27b8be414197504fc017650b16c0a5..b5c63d82aa4ccf3fbdde277039281d3b71e66377 100755 (executable)
@@ -10,6 +10,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_PREFIX = /
+DEB_DH_SHLIBDEPS_ARGS = -- -xglibc-private
 
 debian/stamp-autotools-files: DEB_AUTO_UPDATE_AUTOMAKE += --foreign --add-missing
 
This page took 0.430377 seconds and 5 git commands to generate.