From c75cb5e0ba298c3aa2ceb75109ad666fe46a0b6ca3ac82312d6847b4c586fbb9 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 17 Jun 2013 07:25:49 +0000 Subject: [PATCH] Accepting request 179215 from home:elvigia:branches:devel:libraries:c_c++ - Library must by built with large file support in 32 bit archs. OBS-URL: https://build.opensuse.org/request/show/179215 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgcrypt?expand=0&rev=24 --- libgcrypt.changes | 6 ++++++ libgcrypt.spec | 1 + 2 files changed, 7 insertions(+) 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 \