Changeset eed018b6f8ceefa94b901da2a2f983648ba54e80

Show
Ignore:
Timestamp:
01/06/01 09:04:46 (8 years ago)
Author:
Benoit Steiner <benny@videolan.org>
git-committer:
Benoit Steiner <benny@videolan.org> 978768286 +0000
git-parent:

[ffa693e8bdac429c229fa679e64a8bd6cd6af15f]

git-author:
Benoit Steiner <benny@videolan.org> 978768286 +0000
Message:

Fixed solaris libraries

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.in

    rffa693e reed018b  
    8383 
    8484ifneq (,$(findstring solaris,$(SYS))) 
    85 LIB += -ldl -lsocket -lnsl -lposix4 -lpthread -lresolv 
     85LIB += -ldl -lsocket -lnsl -lpthread 
    8686endif 
    8787