(svn r14088) -Fix (r5994): librt isn't needed to be linked against explicitly as we don't use any functionality of it.
authorrubidium
Sun, 17 Aug 2008 09:47:02 +0000
changeset 9933 89674ed8d4fb
parent 9932 510b6b701877
child 9934 232a55f10cba
(svn r14088) -Fix (r5994): librt isn't needed to be linked against explicitly as we don't use any functionality of it.
config.lib
--- a/config.lib	Sat Aug 16 21:48:28 2008 +0000
+++ b/config.lib	Sun Aug 17 09:47:02 2008 +0000
@@ -1073,7 +1073,6 @@
 
 	if [ "$os" != "CYGWIN" ] && [ "$os" != "FREEBSD" ] && [ "$os" != "OPENBSD" ] && [ "$os" != "MINGW" ] && [ "$os" != "MORPHOS" ] && [ "$os" != "OSX" ] && [ "$os" != "WINCE" ] && [ "$os" != "PSP" ] && [ "$os" != "OS2" ]; then
 		LIBS="$LIBS -lpthread"
-		LIBS="$LIBS -lrt"
 	fi
 
 	if [ "$os" != "CYGWIN" ] && [ "$os" != "MINGW" ] && [ "$os" != "WINCE" ]; then