summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-05-25 12:55:10 +0000
committerColin Watson <cjwatson@debian.org>2005-05-25 12:55:10 +0000
commit69eb975a47316b22f8083573fd3245dce8a3c1b2 (patch)
tree0a4d27657cbfc75bdf813de95eefa1f5a25b3cf5 /debian/rules
parent1b3bd8316edec7679e4b62468b3c3324f3eb7c03 (diff)
Drop workaround for #242462 on amd64; it's been fixed properly upstream.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules
index cfa791cdf..a35beeae8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,12 +43,6 @@ PAMSUBST := yes
43PAMDEP := libpam-runtime 43PAMDEP := libpam-runtime
44endif 44endif
45 45
46# Temporary linkage hack for amd64 due to lack of res_query weak alias, see
47# #242462. Real fix sent upstream.
48ifeq ($(DEB_HOST_ARCH),amd64)
49FORCE_LIBS = LIBS=-lresolv
50endif
51
52# Change the version string to include the Debian version 46# Change the version string to include the Debian version
53SSH_EXTRAVERSION := Debian-$(shell dpkg-parsechangelog | sed -n -e '/^Version:/s/Version: //p' | sed -e 's/[^-]*-//') 47SSH_EXTRAVERSION := Debian-$(shell dpkg-parsechangelog | sed -n -e '/^Version:/s/Version: //p' | sed -e 's/[^-]*-//')
54 48