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:
Marcus Meissner 2013-06-11 12:43:36 +00:00 committed by Git OBS Bridge
parent 9131bf063a
commit 3b66a7e6e5
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}