diff --git a/libpipeline.changes b/libpipeline.changes index 58ecdfc..4ef2f3a 100644 --- a/libpipeline.changes +++ b/libpipeline.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 21 01:16:46 UTC 2013 - crrodriguez@opensuse.org + +- Use LFS_CFLAGS properly for 32 bit archs. + ------------------------------------------------------------------- Mon Apr 15 12:46:05 UTC 2013 - mmeister@suse.com diff --git a/libpipeline.spec b/libpipeline.spec index b3ce650..54f8b05 100644 --- a/libpipeline.spec +++ b/libpipeline.spec @@ -61,6 +61,7 @@ such as fork(2) and execve(2). %setup %build +export CFLAGS="%optflags $(getconf LFS_CFLAGS)" %configure \ --enable-shared \ --enable-threads=posix \ @@ -68,7 +69,7 @@ such as fork(2) and execve(2). --enable-socketpair-pipe \ --with-pic=yes \ --with-gnu-ld -make %{?jobs:-j%jobs} +make %{?jobs:-j%jobs} V=1 %install %makeinstall DESTDIR=%{buildroot}