3
0
forked from pool/coreutils

Accepting request 115831 from Base:System

Make stdbuf binary find its library

OBS-URL: https://build.opensuse.org/request/show/115831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=76
This commit is contained in:
Stephan Kulow 2012-05-03 08:54:45 +00:00 committed by Git OBS Bridge
parent 9c9a8d0166
commit f2fa4576e6
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 27 12:38:23 CEST 2012 - pth@suse.de
- Make stdbuf binary find libstdbuf.so by looking in the right
path (bnc#741241).
-------------------------------------------------------------------
Mon Apr 16 13:23:56 CEST 2012 - pth@suse.de

View File

@ -124,7 +124,7 @@ xz -dc %{S:4} >po/de.po
%build
AUTOPOINT=true autoreconf -fi
export CFLAGS="%optflags -Wall"
%configure --without-included-regex \
%configure --libexecdir=%{_libdir} --without-included-regex \
--enable-install-program=arch,su \
gl_cv_func_printf_directive_n=yes \
gl_cv_func_isnanl_works=yes \