components/coreutils/Makefile
changeset 1452 9016618ded9d
parent 1138 6e1f85fa0151
child 1465 26be70b523fc
--- 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)