Reflect cygwin finally having upgraded binutils.

This commit is contained in:
Ralf Corsepius
2010-02-04 16:35:56 +00:00
parent 5e5eb77399
commit 84da74225e

View File

@@ -1,10 +1,6 @@
%build
%if "%{_prefix}" != "/usr"
export PATH="%{_bindir}:${PATH}"
%endif
%if "@tool_target@" == "i686-pc-cygwin"
# The cygwin sources are leaking memory
RPM_OPT_FLAGS="$(echo "$RPM_OPT_FLAGS"|sed -e 's; -Wp,-D_FORTIFY_SOURCE=2;;')"
%endif
mkdir -p build
cd build