]> err.no Git - systemd/commitdiff
Disable cryptsetup support
authorMichael Biebl <biebl@debian.org>
Sun, 26 Dec 2010 12:31:28 +0000 (13:31 +0100)
committerTollef Fog Heen <tfheen@err.no>
Sun, 26 Dec 2010 12:31:28 +0000 (13:31 +0100)
Explicitly disable cryptsetup support to not accidentally pick up a
libcryptsetup dependency in a tainted build environment, as the
library is currently installed in /usr/lib.

debian/changelog
debian/rules

index 9d6152c47902cf37d88adfdd2e54fcba445ed187..e3fa471a97b3fff430ae028341732cb0dbf8bdbf 100644 (file)
@@ -16,6 +16,9 @@ systemd (15-1) experimental; urgency=low
   * Use dh-autoreconf for updating the build system.
   * Revert upstream commit which uses fsck -l (needs a newer version of
     util-linux).
+  * Explicitly disable cryptsetup support to not accidentally pick up a
+    libcryptsetup dependency in a tainted build environment, as the library
+    is currently installed in /usr/lib.
   * Install lsb-base hook which redirects calls to SysV init scripts to
     systemctl: /etc/init.d/<foo> <action> → systemctl <action> <foo.service>
   * Install a (auto)mount unit to mount /lib/init/rw early during boot.
index 901691ad938269d279c2b78944b38bc3a81ce93f..092af3494229cf5926251a39fc1eb0c7bba300a3 100755 (executable)
@@ -4,7 +4,8 @@
 #export DEB_BUILD_OPTIONS="nostrip"
 
 override_dh_auto_configure:
-       dh_auto_configure -- --with-rootdir= --with-udevrulesdir=/lib/udev/rules.d --with-gtk
+       dh_auto_configure -- --with-rootdir= --with-udevrulesdir=/lib/udev/rules.d --with-gtk \
+               --disable-libcryptsetup
 
 override_dh_install:
        rm debian/tmp/usr/share/doc/systemd/LICENSE