Accepting request 178433 from home:elvigia:branches:Base:System
- build with LFS support in 32bit archs to be consistent with the rest of the system, no good will come when LFS enabled callers talk to non-LFS libraries. OBS-URL: https://build.opensuse.org/request/show/178433 OBS-URL: https://build.opensuse.org/package/show/Base:System/libassuan?expand=0&rev=28
This commit is contained in:
parent
9131bf063a
commit
3b66a7e6e5
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 10 19:42:40 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- build with LFS support in 32bit archs to be consistent
|
||||||
|
with the rest of the system, no good will come when LFS
|
||||||
|
enabled callers talk to non-LFS libraries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 26 08:43:41 UTC 2012 - cfarrell@suse.com
|
Mon Nov 26 08:43:41 UTC 2012 - cfarrell@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libassuan
|
# spec file for package libassuan
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -56,7 +56,7 @@ v2 server, but it uses it's own copy of libassuan.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# Compile with PIC, library is linked into shared libraries:
|
# Compile with PIC, library is linked into shared libraries:
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
|
||||||
export LDFLAGS="-fPIC"
|
export LDFLAGS="-fPIC"
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user