]> git.pld-linux.org Git - packages/testdisk.git/commitdiff
- aded ncurses-devel to BuildRequires, testdisk-4_1-1
authorkloczek <kloczek@pld-linux.org>
Sun, 2 Jun 2002 06:25:35 +0000 (06:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use proper CC.

Changed files:
    testdisk.spec -> 1.8

testdisk.spec

index a98deed28d80bdc4aeae434772311d4e0ae83073..dc85f421c4fdf2553669cefbb9eb8de61dae5979 100644 (file)
@@ -7,6 +7,7 @@ License:        GPL
 Group:         Applications/System
 Source0:       http://www.cgsecurity.org/%{name}-%{version}.tgz
 URL:           http://www.cgsecurity.org/testdisk.html
+BuildRequires: ncurses-devel >= 5.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -37,7 +38,9 @@ Narz
 
 %build
 cd src
-%{__make} linux_no_ext2fs CFLAGS="-I%{_includedir}/ncurses"
+%{__make} linux_no_ext2fs \
+       CC=%{__cc} \
+       CFLAGS="-I%{_includedir}/ncurses"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.073194 seconds and 4 git commands to generate.