SPECS: cryptsetup-luks.spec - fix vasprintf usage in dietlibc case

baggins baggins at pld-linux.org
Wed Mar 18 22:34:40 CET 2009


Author: baggins                      Date: Wed Mar 18 21:34:40 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix vasprintf usage in dietlibc case

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

---- Diffs:

================================================================
Index: SPECS/cryptsetup-luks.spec
diff -u SPECS/cryptsetup-luks.spec:1.38 SPECS/cryptsetup-luks.spec:1.39
--- SPECS/cryptsetup-luks.spec:1.38	Wed Mar 18 21:52:38 2009
+++ SPECS/cryptsetup-luks.spec	Wed Mar 18 22:34:34 2009
@@ -21,6 +21,7 @@
 Source5:	%{name}-initramfs-README
 Patch1:		%{name}-nostatic.patch
 Patch2:		%{name}-udev.patch
+Patch3:		%{name}-diet.patch
 URL:		http://luks.endorphin.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -136,6 +137,7 @@
 %setup -q -n %{realname}-%{version}
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 install %{SOURCE5} README.initramfs
 
@@ -172,7 +174,7 @@
 %{__make} -C src
 mv src/cryptsetup cryptsetup-initrd
 %endif
-
+exit 1
 %{__make} clean
 %endif
 
@@ -247,6 +249,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2009/03/18 21:34:34  baggins
+- fix vasprintf usage in dietlibc case
+
 Revision 1.38  2009/03/18 20:52:38  baggins
 - dietlibc version does not ork (segfault on luksopen)
 
================================================================

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



More information about the pld-cvs-commit mailing list