SPECS: cryptsetup-luks.spec - fixed dietlibc segfault - build initrd stuff ...

baggins baggins at pld-linux.org
Wed Mar 18 22:46:01 CET 2009


Author: baggins                      Date: Wed Mar 18 21:46:01 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed dietlibc segfault
- build initrd stuff with dietlibc

---- Files affected:
SPECS:
   cryptsetup-luks.spec (1.39 -> 1.40) 

---- Diffs:

================================================================
Index: SPECS/cryptsetup-luks.spec
diff -u SPECS/cryptsetup-luks.spec:1.39 SPECS/cryptsetup-luks.spec:1.40
--- SPECS/cryptsetup-luks.spec:1.39	Wed Mar 18 22:34:34 2009
+++ SPECS/cryptsetup-luks.spec	Wed Mar 18 22:45:55 2009
@@ -2,7 +2,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
@@ -174,7 +174,7 @@
 %{__make} -C src
 mv src/cryptsetup cryptsetup-initrd
 %endif
-exit 1
+
 %{__make} clean
 %endif
 
@@ -249,6 +249,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.40  2009/03/18 21:45:55  baggins
+- fixed dietlibc segfault
+- build initrd stuff with dietlibc
+
 Revision 1.39  2009/03/18 21:34:34  baggins
 - fix vasprintf usage in dietlibc case
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cryptsetup-luks.spec?r1=1.39&r2=1.40&f=u



More information about the pld-cvs-commit mailing list