From bb88710aa31face829cc434105e713f7fd70adde14a5e983fb449d947a0bd3c9 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 25 Nov 2019 16:39:57 +0000 Subject: [PATCH] Accepting request 750807 from home:rhabacker:branches:windows:mingw:win64 - add macro _mingw64_ldflags_bootstrap for bootstrap packages OBS-URL: https://build.opensuse.org/request/show/750807 OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=108 --- macros.mingw64 | 7 ++++++- mingw64-filesystem.changes | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/macros.mingw64 b/macros.mingw64 index 373428e..2bdd195 100644 --- a/macros.mingw64 +++ b/macros.mingw64 @@ -26,7 +26,12 @@ %_mingw64_cflags -O2 -g -pipe -Wall -fexceptions --param=ssp-buffer-size=4 -mms-bitfields %_mingw64_cxxflags %{_mingw64_cflags} -%_mingw64_ldflags -Wl,--exclude-libs=libintl.a -Wl,--exclude-libs=libiconv.a -Wl,--no-keep-memory -fstack-protector + +%_mingw64_ldflags_base -Wl,--exclude-libs=libintl.a -Wl,--exclude-libs=libiconv.a -Wl,--no-keep-memory +# used for bootstrap packages +%_mingw64_ldflags_bootstrap %{_mingw64_ldflags_base} +# for normal packages +%_mingw64_ldflags %{_mingw64_ldflags_base} -fstack-protector %_mingw64_classpath %{_mingw64_datadir}/java/libgcj.jar:%{_mingw64_datadir}/java/libgcj-tools.jar diff --git a/mingw64-filesystem.changes b/mingw64-filesystem.changes index 9da7a48..5999e84 100644 --- a/mingw64-filesystem.changes +++ b/mingw64-filesystem.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 25 16:31:30 UTC 2019 - Ralf Habacker + +- add macro _mingw64_ldflags_bootstrap for bootstrap packages + ------------------------------------------------------------------- Mon Nov 25 05:05:10 UTC 2019 - Ismail Dönmez