]> git.pld-linux.org Git - packages/athcool.git/commitdiff
- pass LIBS to make (missing -lz in Makefile)
authorSzymon Siwek <sls@pld-linux.org>
Tue, 10 Jul 2007 20:54:46 +0000 (20:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    athcool.spec -> 1.32

athcool.spec

index 4f4d7959db22d9ca1534befe063012dd73070b93..663e4df0b314e80c8ad318ad15c899704eb2ad3a 100644 (file)
@@ -48,7 +48,8 @@ Tryb oszczędności energii działa, gdy jądro zawiera wsparcie dla ACPI
 %build
 %{__make} \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags}"
+       CFLAGS="%{rpmcflags}" \
+       LIBS="-lpci -lz"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.096737 seconds and 4 git commands to generate.