diff --git a/libassuan.changes b/libassuan.changes index 0c65bb5..1a0736c 100644 --- a/libassuan.changes +++ b/libassuan.changes @@ -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 diff --git a/libassuan.spec b/libassuan.spec index e29a3fd..08b00e9 100644 --- a/libassuan.spec +++ b/libassuan.spec @@ -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}