SPECS: athcool.spec - pass LIBS to make (missing -lz in Makefile)

sls sls at pld-linux.org
Tue Jul 10 22:54:51 CEST 2007


Author: sls                          Date: Tue Jul 10 20:54:51 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass LIBS to make (missing -lz in Makefile)

---- Files affected:
SPECS:
   athcool.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SPECS/athcool.spec
diff -u SPECS/athcool.spec:1.31 SPECS/athcool.spec:1.32
--- SPECS/athcool.spec:1.31	Mon Feb 12 22:23:48 2007
+++ SPECS/athcool.spec	Tue Jul 10 22:54:46 2007
@@ -49,7 +49,8 @@
 %build
 %{__make} \
 	CC="%{__cc}" \
-	CFLAGS="%{rpmcflags}"
+	CFLAGS="%{rpmcflags}" \
+	LIBS="-lpci -lz"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -88,6 +89,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2007/07/10 20:54:46  sls
+- pass LIBS to make (missing -lz in Makefile)
+
 Revision 1.31  2007/02/12 21:23:48  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/athcool.spec?r1=1.31&r2=1.32&f=u



More information about the pld-cvs-commit mailing list