]> git.pld-linux.org Git - packages/bin86.git/commitdiff
- removed using $RPM_OPT_FLAGS during compile.
authorkloczek <kloczek@pld-linux.org>
Wed, 16 Sep 1998 00:43:22 +0000 (00:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bin86.spec -> 1.3

bin86.spec

index ae8caadddd221f8fc4f579db8aba284b8f85055f..3c226a3f288a741825715dcd8d3dc574061bac1d 100644 (file)
@@ -45,7 +45,7 @@ pakete gereksinim duyarlar.
 
 %build
 export PATH=$PATH:.
 
 %build
 export PATH=$PATH:.
-make CFLAGS="$RPM_OPT_FLAGS -D_POSIX_SOURCE"
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -67,7 +67,6 @@ rm -rf $RPM_BUILD_ROOT
 * Sat Aug 22 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [0.4-6]
 - added -q %setup parameter,
 * Sat Aug 22 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [0.4-6]
 - added -q %setup parameter,
-- added using $RPM_OPT_FLAGS during building package,
 - added %attr and %defattr macros in %files (allow build package from
   non-root account).
 
 - added %attr and %defattr macros in %files (allow build package from
   non-root account).
 
This page took 0.11645 seconds and 4 git commands to generate.