summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-04-03 08:36:23 +0200
committerGuillem Jover <guillem@debian.org>2014-04-21 16:54:28 +0200
commite07b0622e82ecac1131dd0f1443b19555fc53f44 (patch)
tree64afe82f16dbceb3bb974a7bc18cbb7316decad8 /m4
parent3fabf94e0b5fe1bcdea26fecee1c87e74fab98b2 (diff)
downloaddpkg-e07b0622e82ecac1131dd0f1443b19555fc53f44.tar.gz
build: Do not link s-s-d against libihash and libshouldbeinlibc on GNU/Hurd
These libraries are not used now, and the linking is unnecessary and superfluous. The libps interfaces used to expose or required the caller to use functions from those other libraries long time ago, not anymore though.
Diffstat (limited to 'm4')
-rw-r--r--m4/dpkg-libs.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/dpkg-libs.m4 b/m4/dpkg-libs.m4
index bbc096c65..b8e5ce9c8 100644
--- a/m4/dpkg-libs.m4
+++ b/m4/dpkg-libs.m4
@@ -134,8 +134,6 @@ fi
# Check for start-stop-daemon libraries.
AC_DEFUN([DPKG_LIB_SSD],
[AC_ARG_VAR([SSD_LIBS], [linker flags for start-stop-daemon])dnl
-AC_CHECK_LIB([ihash], [ihash_create], [SSD_LIBS="${SSD_LIBS:+$SSD_LIBS }-lihash"])
AC_CHECK_LIB([ps], [proc_stat_list_create], [SSD_LIBS="${SSD_LIBS:+$SSD_LIBS }-lps"])
-AC_CHECK_LIB([shouldbeinlibc], [fmt_past_time], [SSD_LIBS="${SSD_LIBS:+$SSD_LIBS }-lshouldbeinlibc"])
AC_CHECK_LIB([kvm], [kvm_openfiles], [SSD_LIBS="${SSD_LIBS:+$SSD_LIBS }-lkvm"])
])# DPKG_LIB_SSD