hi,
i hope no more missing env. this patch add a few missing env setting and
rearrange it's order to the build macros.
--
Levente "Si vis pacem para bellum!"
Index: mingw32-macros.mingw32
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-filesystem/devel/mingw32-macros.mingw32,v
retrieving revision 1.4
diff -u -u -r1.4 mingw32-macros.mingw32
--- mingw32-macros.mingw32 24 Nov 2008 16:08:07 -0000 1.4
+++ mingw32-macros.mingw32 26 Nov 2008 15:30:57 -0000
@@ -41,10 +41,14 @@
%_mingw32_findrequires /usr/lib/rpm/mingw32-find-requires.sh
%_mingw32_env HOST_CC=gcc; export HOST_CC; \
- AS="%{_mingw32_as}"; export AS; \
AR="%{_mingw32_ar}"; export AR; \
- NM="%{_mingw32_nm}"; export NM; \
+ AS="%{_mingw32_as}"; export AS; \
+ DLLTOOL="%{_mingw32_dlltool}"; export DLLTOOL; \
+ RANLIB="%{_mingw32_ranlib}"; export RANLIB; \
+ STRIP="%{_mingw32_strip}"; export STRIP; \
OBJDUMP="%{_mingw32_objdump}"; export OBJDUMP; \
+ NM="%{_mingw32_nm}"; export NM; \
+ WINDRES="%{_mingw32_windres}"; export WINDRES; \
PKG_CONFIG_PATH="%{_mingw32_libdir}/pkgconfig"; export PKG_CONFIG_PATH; \
CC="${MINGW32_CC:-%_mingw32_cc}"; export CC; \
CXX="${MINGW32_CXX:-%_mingw32_cxx}"; export CXX; \