forked from pool/apache2-mod_nss
Accepting request 814638 from Apache:Modules
- Add -fcommon in order to fix building with GCC10 (forwarded request 813442 from polslinux) OBS-URL: https://build.opensuse.org/request/show/814638 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_nss?expand=0&rev=35
This commit is contained in:
commit
2ae7d890da
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 11 09:53:59 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Add -fcommon in order to fix building with GCC10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 08:41:45 UTC 2020 - Vítězslav Čížek <vcizek@suse.com>
|
||||
|
||||
|
@ -81,7 +81,7 @@ security library.
|
||||
touch nss_expr_*.[chyl]
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}"
|
||||
CFLAGS="%{optflags} -fcommon"
|
||||
export CFLAGS
|
||||
NSPR_INCLUDE_DIR=`%{_bindir}/pkg-config --variable=includedir nspr`
|
||||
NSPR_LIB_DIR=`%{_bindir}/pkg-config --variable=libdir nspr`
|
||||
|
Loading…
Reference in New Issue
Block a user