# HG changeset patch # User Rich Burridge # Date 1377262298 25200 # Node ID 9016618ded9d5892a93cd61990b1cf32fe72ae70 # Parent 83c10cf4601dae79c08c34fe6fffdfc1c054a683 17338978 stdbuf searching for libstdbuf.so in wrong place diff -r 83c10cf4601d -r 9016618ded9d components/coreutils/Makefile --- a/components/coreutils/Makefile Wed Aug 21 18:42:28 2013 -0700 +++ b/components/coreutils/Makefile Fri Aug 23 05:51:38 2013 -0700 @@ -42,6 +42,9 @@ CONFIGURE_OPTIONS += CPPFLAGS=-I/usr/include/gmp CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" +# To allow stdbuf to correctly find /usr/lib/libstdbuf.so +COMPONENT_BUILD_ARGS += pkglibexecdir=/usr/lib + # Enable ASLR for this component ASLR_MODE = $(ASLR_ENABLE)