diff --git a/libgcrypt.changes b/libgcrypt.changes index d1efa2d..b7295d4 100644 --- a/libgcrypt.changes +++ b/libgcrypt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 16 22:56:56 UTC 2013 - crrodriguez@opensuse.org + +- Library must by built with large file support in + 32 bit archs. + ------------------------------------------------------------------- Thu Apr 18 18:23:36 UTC 2013 - andreas.stieger@gmx.de diff --git a/libgcrypt.spec b/libgcrypt.spec index 5e9e6ed..b67f4a0 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -103,6 +103,7 @@ ENABLE_DIGEST="crc md4 md5 rmd160 sha1 sha256 sha512 tiger whirlpool" # %{?suse_update_config} autoreconf -fi +export CFLAGS="%optflags $(getconf LFS_CFLAGS)" %configure --with-pic \ --enable-noexecstack \ --disable-static \