From 69eb975a47316b22f8083573fd3245dce8a3c1b2 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 25 May 2005 12:55:10 +0000 Subject: Drop workaround for #242462 on amd64; it's been fixed properly upstream. --- debian/rules | 6 ------ 1 file changed, 6 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index cfa791cdf..a35beeae8 100755 --- a/debian/rules +++ b/debian/rules @@ -43,12 +43,6 @@ PAMSUBST := yes PAMDEP := libpam-runtime endif -# Temporary linkage hack for amd64 due to lack of res_query weak alias, see -# #242462. Real fix sent upstream. -ifeq ($(DEB_HOST_ARCH),amd64) -FORCE_LIBS = LIBS=-lresolv -endif - # Change the version string to include the Debian version SSH_EXTRAVERSION := Debian-$(shell dpkg-parsechangelog | sed -n -e '/^Version:/s/Version: //p' | sed -e 's/[^-]*-//') -- cgit v1.2.3