Skip to content

Commit 72ec8cf

Browse files
oech3sylvestre
authored andcommitted
GnuTests: Use our libstdbuf.so
1 parent 567b27d commit 72ec8cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/build-gnu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ else
9797
for binary in $("${UU_BUILD_DIR}"/coreutils --list)
9898
do [ -e "${UU_BUILD_DIR}/${binary}" ] || ln -vf "${UU_BUILD_DIR}/coreutils" "${UU_BUILD_DIR}/${binary}"
9999
done
100+
ln -vf "${UU_BUILD_DIR}"/deps/libstdbuf.* -t "${UU_BUILD_DIR}"
100101
fi
101102
[ -e "${UU_BUILD_DIR}/ginstall" ] || ln -vf "${UU_BUILD_DIR}/install" "${UU_BUILD_DIR}/ginstall" # The GNU tests use ginstall
102103
##

0 commit comments

Comments
 (0)