SHA256
1
0
forked from pool/coreutils

- Make stdbuf binary find libstdbuf.so by looking in the right

path (bnc#741241).

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=150
This commit is contained in:
Philipp Thomas 2012-04-27 10:42:10 +00:00 committed by Git OBS Bridge
parent 46bcbf170e
commit 47c879ecc6
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 \