forked from pool/libpipeline
Accepting request 180373 from home:elvigia:branches:Base:System
- Use LFS_CFLAGS properly for 32 bit archs. OBS-URL: https://build.opensuse.org/request/show/180373 OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=5
This commit is contained in:
parent
fa637f9ea5
commit
d23d421559
@ -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
|
Mon Apr 15 12:46:05 UTC 2013 - mmeister@suse.com
|
||||||
|
|
||||||
|
@ -61,6 +61,7 @@ such as fork(2) and execve(2).
|
|||||||
%setup
|
%setup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CFLAGS="%optflags $(getconf LFS_CFLAGS)"
|
||||||
%configure \
|
%configure \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-threads=posix \
|
--enable-threads=posix \
|
||||||
@ -68,7 +69,7 @@ such as fork(2) and execve(2).
|
|||||||
--enable-socketpair-pipe \
|
--enable-socketpair-pipe \
|
||||||
--with-pic=yes \
|
--with-pic=yes \
|
||||||
--with-gnu-ld
|
--with-gnu-ld
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall DESTDIR=%{buildroot}
|
%makeinstall DESTDIR=%{buildroot}
|
||||||
|
Loading…
Reference in New Issue
Block a user