]> git.pld-linux.org Git - packages/cryptsetup.git/blobdiff - cryptsetup.spec
- fixed dietlibc segfault
[packages/cryptsetup.git] / cryptsetup.spec
index f93b8f7206b690b83ebd7ad5683a877389b8c3c2..c3e4300ee684962f3ec80c744b53f6e0ac1b1175 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditonal build:
 %bcond_without initrd          # don't build initrd version
-%bcond_with    dietlibc        # build initrd version with dietlibc (currently creates broken program)
+%bcond_without dietlibc        # build initrd version with static glibc instead of dietlibc
 #
 %define        realname        cryptsetup
 Summary:       LUKS for dm-crypt implemented in cryptsetup
@@ -173,7 +173,7 @@ diet %{__cc} -Os -I./lib -static -o cryptsetup-initrd src/cryptsetup.c \
 %{__make} -C src
 mv src/cryptsetup cryptsetup-initrd
 %endif
-exit 1
+
 %{__make} clean
 %endif
 
This page took 0.313416 seconds and 4 git commands to generate.