SPECS: usplash.spec - fix build on current th - pass LDFLAGS

shadzik shadzik at pld-linux.org
Thu Aug 23 15:28:02 CEST 2007


Author: shadzik                      Date: Thu Aug 23 13:28:02 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix build on current th
- pass LDFLAGS

---- Files affected:
SPECS:
   usplash.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/usplash.spec
diff -u SPECS/usplash.spec:1.7 SPECS/usplash.spec:1.8
--- SPECS/usplash.spec:1.7	Mon Feb 12 23:09:19 2007
+++ SPECS/usplash.spec	Thu Aug 23 15:27:57 2007
@@ -40,9 +40,15 @@
 %setup -q
 
 %build
+%{__make} -C bogl \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags}" \
+	LDFLAGS="%{rpmldflags}"
+
 %{__make} \
 	CC="%{__cc}" \
-	CFLAGS="%{rpmcflags}"
+	CFLAGS="%{rpmcflags}" \
+	LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -66,6 +72,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2007/08/23 13:27:57  shadzik
+- fix build on current th
+- pass LDFLAGS
+
 Revision 1.7  2007/02/12 22:09:19  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/usplash.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list