Accepting request 180617 from Base:System
- Use LFS_CFLAGS properly for 32 bit archs. (forwarded request 180373 from elvigia) OBS-URL: https://build.opensuse.org/request/show/180617 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpipeline?expand=0&rev=4
This commit is contained in:
commit
b283c983d8
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user