Accepting request 986219 from network
OBS-URL: https://build.opensuse.org/request/show/986219 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud-desktop?expand=0&rev=32
This commit is contained in:
commit
90f6e324ca
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 1 11:08:59 UTC 2022 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Fix Tumbleweed build and install error boo#1201070.
|
||||
Use own CFLAGS for Tumblweed with -D_FORTIFY_SOURCE=2 instead of -D_FORTIFY_SOURCE=3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 17 16:42:55 UTC 2022 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@ -180,6 +180,11 @@ Dolphin filemanager to display overlay icons.
|
||||
cp -a %{SOURCE1} sysctl-sync-inotify.conf
|
||||
|
||||
%build
|
||||
|
||||
%if %{?suse_version} > 1500
|
||||
CFLAGS="-O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type"
|
||||
%endif
|
||||
|
||||
%cmake \
|
||||
%if 0%{?is_opensuse}
|
||||
-DWITH_DOC=ON \
|
||||
|
Loading…
x
Reference in New Issue
Block a user