]> git.pld-linux.org Git - packages/bin86.git/commitdiff
- added missing -D_POSIX_SOURCE in passed CFLAGS.
authorkloczek <kloczek@pld-linux.org>
Tue, 15 Sep 1998 17:16:16 +0000 (17:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bin86.spec -> 1.2

bin86.spec

index 842cb1e3ac708727adaa72c5d19f8fd951d531ce..ae8caadddd221f8fc4f579db8aba284b8f85055f 100644 (file)
@@ -45,7 +45,7 @@ pakete gereksinim duyarlar.
 
 %build
 export PATH=$PATH:.
-make CFLAGS=$RPM_OPT_FLAGS
+make CFLAGS="$RPM_OPT_FLAGS -D_POSIX_SOURCE"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.083519 seconds and 4 git commands to generate.