diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-23 22:39:12 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-23 22:39:12 +0000 |
commit | fb447bb442f365d1a4230876c73d0074c73ba0c1 (patch) | |
tree | 8fc2616ee621360b75cb2be03cb518c7995dd37e | |
parent | 755d3ab9a030abfad4d152c07400388f8d618540 (diff) |
rules: Pass --without-libdaemon to udeb configure.
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 3ae8dc05..6c94b124 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,13 @@ -hurd (20130916-2) UNRELEASED; urgency=low - - * TODO: drop libdaemon dependency for hurd-udeb. +hurd (20130924-1) UNRELEASED; urgency=low [ Samuel Thibault ] + * New upstream snapshot * control, hurd.install.in, rules: Remove ufs parts. * patches/rc.patch: Make sure /proc is mounted at boot. * hurd-udeb.install.in: Add hurd/mtab. * control: Bump libc0.3-dev build dep to get new RPC stubs. * patches/newRPC: Drop accordingly. + * rules: Pass --without-libdaemon to udeb configure. [ Justus Winter ] * Include the nullauth utility in hurd and hurd-udeb. diff --git a/debian/rules b/debian/rules index 99fafdea..a4714298 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ DEB_DESTDIR_UDEB = $(CURDIR)/debian/tmp-udeb CONFIGURE_ARGS = --disable-profile --enable-static-progs='ext2fs,iso9660fs' CONFIGURE_ARGS_deb = -CONFIGURE_ARGS_udeb = +CONFIGURE_ARGS_udeb = --without-libdaemon SUID_PROGRAMS = /bin/ids /bin/login /bin/ps-hurd /usr/bin/w-hurd DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) |