Accepting request 312115 from security:privacy
Fix SLE 12 ... 13.2 build OBS-URL: https://build.opensuse.org/request/show/312115 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=108
This commit is contained in:
parent
09805239dc
commit
63a29de940
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 15 13:20:33 UTC 2015 - astieger@suse.com
|
||||||
|
|
||||||
|
- fix build with openSUSE 13.2 and earlier, call make to
|
||||||
|
compensate for incorrect documentation dependencies.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 11 14:32:09 UTC 2015 - astieger@suse.com
|
Thu Jun 11 14:32:09 UTC 2015 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -106,6 +106,13 @@ export LDFLAGS=-pie
|
|||||||
--enable-large-secmem \
|
--enable-large-secmem \
|
||||||
--with-gnu-ld
|
--with-gnu-ld
|
||||||
|
|
||||||
|
# https://lists.gnupg.org/pipermail/gnupg-devel/2015-June/030018.html
|
||||||
|
%if 0%{?suse_version} <= 1320
|
||||||
|
pushd doc
|
||||||
|
make defs.inc
|
||||||
|
popd
|
||||||
|
%endif
|
||||||
|
#
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user