Accepting request 883261 from home:mnhauke
- Add "-Wl,--start-group" to CFLAGS to fix Tumbeweed linking errors. OBS-URL: https://build.opensuse.org/request/show/883261 OBS-URL: https://build.opensuse.org/package/show/utilities/bitwise?expand=0&rev=3
This commit is contained in:
parent
aff740142a
commit
6f25bed133
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 6 10:40:17 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Add "-Wl,--start-group" to CFLAGS to fix Tumbeweed linking
|
||||||
|
errors.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 6 19:21:18 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
Sun Dec 6 19:21:18 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bitwise
|
# spec file for package bitwise
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -46,7 +47,7 @@ Some of the features include:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
export CFLAGS="%{optflags} $(pkg-config --cflags ncursesw) $(pkg-config --libs ncursesw)"
|
export CFLAGS="-Wl,--start-group %{optflags} $(pkg-config --cflags --libs ncursesw)"
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user