Fixed the build of several network apps under R5:

- removed libnetapi.so from $NETWORK_LIBS - it's not used by anyone anyway,
  and it's definitely not necessary to link against it by default.
  Note, this might cause problems in some of the mail add-ons; I haven't
  tested this.
- route/ping/... now also link against $SELECT_UNAME_ETC_LIB

makehdimage should now work again under all BeOS platforms.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12325 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-04-12 04:22:55 +00:00
parent c7def18e6d
commit d67e6bc8a2
7 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ if ! $(BONE_COMPATIBLE) {
BinCommand arp :
arp.c
: $(NETWORK_LIBS) ;
: $(NETWORK_LIBS) $(SELECT_UNAME_ETC_LIB) ;
# Installation -- in the test directory for the time being
OBOSInstall install-networking
+1 -1
View File
@@ -8,7 +8,7 @@ if ! $(BONE_COMPATIBLE) {
BinCommand ping :
ping.c
: $(NETWORK_LIBS) ;
: $(NETWORK_LIBS) $(SELECT_UNAME_ETC_LIB) ;
# Installation -- in the test directory for the time being
OBOSInstall install-networking
+1 -1
View File
@@ -10,7 +10,7 @@ BinCommand <bin>route :
keywords.c
route.c
show.c
: $(NETWORK_LIBS) ;
: $(NETWORK_LIBS) $(SELECT_UNAME_ETC_LIB) ;
# Installation -- in the test directory for the time being
OBOSInstall install-networking
+2 -2
View File
@@ -33,5 +33,5 @@ BinCommand tar :
BinCommand rmt :
rmt.c
: libtar.a $(NETWORK_LIBS) : tar.rsrc
;
: libtar.a $(NETWORK_LIBS)
: tar.rsrc ;
+1 -1
View File
@@ -8,7 +8,7 @@ if ! $(BONE_COMPATIBLE) {
BinCommand traceroute :
traceroute.c
: $(NETWORK_LIBS) ;
: $(NETWORK_LIBS) $(SELECT_UNAME_ETC_LIB) ;
# Installation -- in the test directory for the time being
OBOSInstall install-networking