]> git.pld-linux.org Git - packages/cryptsetup.git/commitdiff
- fixed dietlibc segfault auto/th/cryptsetup-luks-1_0_6-9
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 18 Mar 2009 21:45:55 +0000 (21:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- build initrd stuff with dietlibc

Changed files:
    cryptsetup.spec -> 1.40

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.183477 seconds and 4 git commands to generate.