]> git.pld-linux.org Git - packages/athcool.git/blobdiff - athcool.spec
- pass LIBS to make (missing -lz in Makefile)
[packages/athcool.git] / 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.062754 seconds and 4 git commands to generate.