]> git.pld-linux.org Git - packages/bgrab.git/commitdiff
- addedd CXXFLAGS to %%{__make} to avoid compile problems RA-1_0 STABLE bgrab-1_3_6-2
authormarcus <marcus@pld-linux.org>
Sun, 3 Mar 2002 13:04:54 +0000 (13:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bgrab.spec -> 1.11

bgrab.spec

index 1775cb6d1e766339046a660fd1ca5aa822202b91..84a770de544c93a5c15b502b2e7d11fc51af9c7c 100644 (file)
@@ -41,7 +41,8 @@ CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -I%{_includedir}/ncurses"
 CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
 %configure
 
-%{__make}
+%{__make} CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions  -I%{_includedir}/ncurses"
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.067094 seconds and 4 git commands to generate.