diff --git a/coreutils.changes b/coreutils.changes index 78eb3ab..bbac744 100644 --- a/coreutils.changes +++ b/coreutils.changes @@ -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 diff --git a/coreutils.spec b/coreutils.spec index 34800da..8e9b1a2 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -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 \