diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
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 | |||
43 | PAMDEP := libpam-runtime | 43 | PAMDEP := libpam-runtime |
44 | endif | 44 | endif |
45 | 45 | ||
46 | # Temporary linkage hack for amd64 due to lack of res_query weak alias, see | ||
47 | # #242462. Real fix sent upstream. | ||
48 | ifeq ($(DEB_HOST_ARCH),amd64) | ||
49 | FORCE_LIBS = LIBS=-lresolv | ||
50 | endif | ||
51 | |||
52 | # Change the version string to include the Debian version | 46 | # Change the version string to include the Debian version |
53 | SSH_EXTRAVERSION := Debian-$(shell dpkg-parsechangelog | sed -n -e '/^Version:/s/Version: //p' | sed -e 's/[^-]*-//') | 47 | SSH_EXTRAVERSION := Debian-$(shell dpkg-parsechangelog | sed -n -e '/^Version:/s/Version: //p' | sed -e 's/[^-]*-//') |
54 | 48 | ||