Changeset eed018b6f8ceefa94b901da2a2f983648ba54e80
- 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
| rffa693e |
reed018b |
|
| 83 | 83 | |
|---|
| 84 | 84 | ifneq (,$(findstring solaris,$(SYS))) |
|---|
| 85 | | LIB += -ldl -lsocket -lnsl -lposix4 -lpthread -lresolv |
|---|
| | 85 | LIB += -ldl -lsocket -lnsl -lpthread |
|---|
| 86 | 86 | endif |
|---|
| 87 | 87 | |
|---|