]> git.sesse.net Git - vlc/commitdiff
Fixed solaris libraries
authorBenoit Steiner <benny@videolan.org>
Sat, 6 Jan 2001 08:04:46 +0000 (08:04 +0000)
committerBenoit Steiner <benny@videolan.org>
Sat, 6 Jan 2001 08:04:46 +0000 (08:04 +0000)
Makefile.in

index c99e955b18b80e47a291dc470f910c98171f5171..2840b88389543ced379c22b7c4e72452c3203ad4 100644 (file)
@@ -82,7 +82,7 @@ LIB += -lpthread -ldl
 endif
 
 ifneq (,$(findstring solaris,$(SYS)))
-LIB += -ldl -lsocket -lnsl -lposix4 -lpthread -lresolv
+LIB += -ldl -lsocket -lnsl -lpthread
 endif
 
 ifeq ($(SYS),beos)