Revert unsetting _PREFIX
This commit is contained in:
parent
82f4189ad6
commit
28d3d2b73d
@ -62,6 +62,7 @@
|
|||||||
x=`echo $i|sed "s,${_PREFIX},,"|tr "a-z+-." "A-ZX__"`; \
|
x=`echo $i|sed "s,${_PREFIX},,"|tr "a-z+-." "A-ZX__"`; \
|
||||||
declare -x $x="$i" ; export $x; \
|
declare -x $x="$i" ; export $x; \
|
||||||
done; \
|
done; \
|
||||||
|
unset _PREFIX; \
|
||||||
CC="${MINGW32_CC:-%mingw32_cc}"; export CC; \
|
CC="${MINGW32_CC:-%mingw32_cc}"; export CC; \
|
||||||
CFLAGS="${MINGW32_CFLAGS-%mingw32_cflags}"; export CFLAGS; \
|
CFLAGS="${MINGW32_CFLAGS-%mingw32_cflags}"; export CFLAGS; \
|
||||||
CPPFLAGS="${MINGW32_CPPFLAGS-%mingw32_cppflags}"; export CPPFLAGS; \
|
CPPFLAGS="${MINGW32_CPPFLAGS-%mingw32_cppflags}"; export CPPFLAGS; \
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
x=`echo $i|sed "s,${_PREFIX},,"|tr "a-z+-." "A-ZX__"`; \
|
x=`echo $i|sed "s,${_PREFIX},,"|tr "a-z+-." "A-ZX__"`; \
|
||||||
declare -x $x="$i" ; export $x; \
|
declare -x $x="$i" ; export $x; \
|
||||||
done; \
|
done; \
|
||||||
|
unset _PREFIX; \
|
||||||
CC="${MINGW64_CC:-%mingw64_cc}"; export CC; \
|
CC="${MINGW64_CC:-%mingw64_cc}"; export CC; \
|
||||||
CFLAGS="${MINGW64_CFLAGS-%mingw64_cflags}"; export CFLAGS; \
|
CFLAGS="${MINGW64_CFLAGS-%mingw64_cflags}"; export CFLAGS; \
|
||||||
CPPFLAGS="${MINGW64_CPPFLAGS-%mingw64_cppflags}"; export CPPFLAGS; \
|
CPPFLAGS="${MINGW64_CPPFLAGS-%mingw64_cppflags}"; export CPPFLAGS; \
|
||||||
|
@ -61,6 +61,7 @@
|
|||||||
x=`echo $i|sed "s,${_PREFIX},,"|tr "a-z+-." "A-ZX__"`; \
|
x=`echo $i|sed "s,${_PREFIX},,"|tr "a-z+-." "A-ZX__"`; \
|
||||||
declare -x $x="$i" ; export $x; \
|
declare -x $x="$i" ; export $x; \
|
||||||
done; \
|
done; \
|
||||||
|
unset _PREFIX; \
|
||||||
CC="${UCRT64_CC:-%ucrt64_cc}"; export CC; \
|
CC="${UCRT64_CC:-%ucrt64_cc}"; export CC; \
|
||||||
CFLAGS="${UCRT64_CFLAGS-%ucrt64_cflags}"; export CFLAGS; \
|
CFLAGS="${UCRT64_CFLAGS-%ucrt64_cflags}"; export CFLAGS; \
|
||||||
CPPFLAGS="${UCRT64_CPPFLAGS-%ucrt64_cppflags}"; export CPPFLAGS; \
|
CPPFLAGS="${UCRT64_CPPFLAGS-%ucrt64_cppflags}"; export CPPFLAGS; \
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||||
|
|
||||||
Name: mingw-filesystem
|
Name: mingw-filesystem
|
||||||
Version: 140
|
Version: 141
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MinGW cross compiler base filesystem and environment
|
Summary: MinGW cross compiler base filesystem and environment
|
||||||
|
|
||||||
@ -363,6 +363,9 @@ echo ".so man1/pkgconf.1" > %{buildroot}%{_mandir}/man1/x86_64-w64-mingw32ucrt-p
|
|||||||
%dir %{_prefix}/lib/debug/%{_prefix}/x86_64-w64-mingw32ucrt
|
%dir %{_prefix}/lib/debug/%{_prefix}/x86_64-w64-mingw32ucrt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 30 2022 Sandro Mani <manisandro@gmail.com> - 141-1
|
||||||
|
- Revert unsetting _PREFIX
|
||||||
|
|
||||||
* Fri Jul 29 2022 Sandro Mani <manisandro@gmail.com> - 140-1
|
* Fri Jul 29 2022 Sandro Mani <manisandro@gmail.com> - 140-1
|
||||||
- Don't unset _PREFIX in mingw-env macro, it leads to ${_PREFIX}
|
- Don't unset _PREFIX in mingw-env macro, it leads to ${_PREFIX}
|
||||||
being empty when evaluated the lines above
|
being empty when evaluated the lines above
|
||||||
|
Loading…
Reference in New Issue
Block a user