SPECS: logg.spec - use LDFLAGS

lisu lisu at pld-linux.org
Sat Aug 18 18:25:57 CEST 2007


Author: lisu                         Date: Sat Aug 18 16:25:57 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use LDFLAGS

---- Files affected:
SPECS:
   logg.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/logg.spec
diff -u SPECS/logg.spec:1.4 SPECS/logg.spec:1.5
--- SPECS/logg.spec:1.4	Tue Aug 14 13:45:53 2007
+++ SPECS/logg.spec	Sat Aug 18 18:25:52 2007
@@ -62,7 +62,8 @@
 %build
 %{__make} -f Makefile.unix \
 	CC="%{__cc}" \
-	FLAGS="%{rpmcflags}"
+	FLAGS="%{rpmcflags}" \
+	LDFLAGS="%{rpmldflags}"
 
 %{__cc} -shared %{name}.o -o liblogg.so
 
@@ -98,6 +99,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/08/18 16:25:52  lisu
+- use LDFLAGS
+
 Revision 1.4  2007/08/14 11:45:53  lisu
 - generate dynamic lib and add it to -devel package
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/logg.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list