Accepting request 178532 from 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. (forwarded request 178433 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/178532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libassuan?expand=0&rev=29
This commit is contained in:
Stephan Kulow 2013-06-14 14:46:10 +00:00 committed by Git OBS Bridge
commit 5424d9948d
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# 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
# Compile with PIC, library is linked into shared libraries:
export CFLAGS="%{optflags}"
export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
export LDFLAGS="-fPIC"
%configure
make %{?_smp_mflags}