]> git.pld-linux.org Git - packages/atop.git/commitdiff
pass ldflags, drop ncurses hack auto/th/atop-2.1-1
authorElan Ruusamäe <glen@delfi.ee>
Tue, 2 Jun 2015 19:18:05 +0000 (22:18 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 2 Jun 2015 19:18:05 +0000 (22:18 +0300)
atop.spec

index 289cc62c7a557a6b245c877e6f15468f9a81c2b5..f000df3b3e7686c7d3379167adfaeb700d656f48 100644 (file)
--- a/atop.spec
+++ b/atop.spec
@@ -39,7 +39,8 @@ również które procesy są odpowiedzialne za generowane obciążenie
 %build
 %{__make} \
        CC="%{__cc}" \
-       CFLAGS="-I/usr/include/ncurses %{rpmcflags}"
+       LDFLAGS="%{rpmldflags}" \
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.158742 seconds and 4 git commands to generate.