diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-24 14:52:41 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-24 14:52:41 +0000 |
commit | e7362cee61497aabb73101fb9163a23adf4d36b3 (patch) | |
tree | 352cffef24b0bc85a9f21c13dd372df17558fee3 /tools | |
parent | 5179de6d44b740cb77310441ce8bbc1503a9c37e (diff) | |
download | s6-dns-e7362cee61497aabb73101fb9163a23adf4d36b3.tar.xz |
Revert wrong shared lib fix
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gen-deps.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/gen-deps.sh b/tools/gen-deps.sh index 2810ccc..5c96dd1 100755 --- a/tools/gen-deps.sh +++ b/tools/gen-deps.sh @@ -60,9 +60,6 @@ for dir in $(ls -1 src | grep -v ^include) ; do libs= while read dep ; do if echo $dep | grep -q -e ^-l -e '^\${.*_LIB}' ; then - if test $dep = '-lskarnet' ; then - dep='-lskarnet ${SPAWN_LIB} ${SOCKET_LIB} ${SYSCLOCK_LIB} ${TAINNOW_LIB} ${TIMER_LIB} ${UTIL_LIB}' - fi libs="$libs $dep" else deps="$deps src/$dir/$dep" |