SPECS: udev.spec - fix -debug build (must pass DEBUG=true for bina...

glen glen at pld-linux.org
Fri Oct 14 15:14:39 CEST 2005


Author: glen                         Date: Fri Oct 14 13:14:39 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix -debug build (must pass DEBUG=true for binaries being not stripped)

---- Files affected:
SPECS:
   udev.spec (1.97 -> 1.98) 

---- Diffs:

================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.97 SPECS/udev.spec:1.98
--- SPECS/udev.spec:1.97	Thu Oct 13 12:12:26 2005
+++ SPECS/udev.spec	Fri Oct 14 15:14:32 2005
@@ -82,7 +82,7 @@
 	%{?with_uClibc:LD="%{_target_cpu}-uclibc-gcc %{rpmldflags} -static"} \
 	%{?with_diet:CC="%{_target_cpu}-dietlibc-gcc"} \
 	%{?with_diet:LD="%{_target_cpu}-dietlibc-gcc %{rpmldflags} -static"} \
-	%{!?debug:DEBUG=false} \
+	DEBUG=%{!?debug:false}%{?debug:true} \
 	OPTIMIZATION="%{rpmcflags}" \
 	USE_KLIBC=false \
 	USE_LOG=true \
@@ -100,7 +100,7 @@
 %{__make} \
 	udevdir=/dev \
 	CC="%{__cc}" \
-	%{!?debug:DEBUG=false} \
+	DEBUG=%{!?debug:false}%{?debug:true} \
 	OPTIMIZATION="%{rpmcflags}" \
 	USE_KLIBC=false \
 	USE_LOG=true \
@@ -207,6 +207,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.98  2005/10/14 13:14:32  glen
+- fix -debug build (must pass DEBUG=true for binaries being not stripped)
+
 Revision 1.97  2005/10/13 10:12:26  glen
 - fixed start_udev which attempted to move /dev mounts if /dev was from ramfs; rel 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/udev.spec?r1=1.97&r2=1.98&f=u




More information about the pld-cvs-commit mailing list