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 /debian/rules | |
parent | 755d3ab9a030abfad4d152c07400388f8d618540 (diff) |
rules: Pass --without-libdaemon to udeb configure.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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) |