git.annexia.org
/
fedora-mingw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d60d45e
)
Remove -I%{_mingw_includedir} from CFLAGs since its in the compiler's default path...
author
Daniel P. Berrange
<berrange@redhat.com>
Wed, 10 Sep 2008 08:59:39 +0000
(
04:59
-0400)
committer
Daniel P. Berrange
<berrange@redhat.com>
Wed, 10 Sep 2008 08:59:39 +0000
(
04:59
-0400)
filesystem/mingw-macros.mingw
patch
|
blob
|
history
diff --git
a/filesystem/mingw-macros.mingw
b/filesystem/mingw-macros.mingw
index
d45fd0d
..
2945586
100644
(file)
--- a/
filesystem/mingw-macros.mingw
+++ b/
filesystem/mingw-macros.mingw
@@
-20,8
+20,7
@@
%_mingw_cflags -O2 -g -pipe -Wall \\\
-Wp,-D_FORTIFY_SOURCE=2 \\\
-fexceptions \\\
- --param=ssp-buffer-size=4 \\\
- -I%{_mingw_includedir}
+ --param=ssp-buffer-size=4
%_mingw_cc i686-pc-mingw32-gcc
%_mingw_cpp i686-pc-mingw32-gcc -E
@@
-31,6
+30,7
@@
%_mingw_objdump i686-pc-mingw32-objdump
%_mingw_configure \
+ PKG_CONFIG_PATH="%{_mingw_libdir}/pkgconfig" \\\
CC="%{_mingw_cc}" \\\
CFLAGS="%{_mingw_cflags}" \\\
./configure \\\