Now we use the legacy headers when building our compatibility libraries. Fixed BuildSetup to use root instead of libroot.so because arp would not build otherwise. Command-line apps now don't build for R5, anymore. I hope nothing is broken.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15527 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -457,7 +457,7 @@ if $(TARGET_PLATFORM) != haiku {
|
||||
if $(TARGET_PLATFORM_BONE_COMPATIBLE) {
|
||||
NETWORK_LIBS = libsocket.so libbind.so ;
|
||||
NETAPI_LIB = libbnetapi.so ;
|
||||
SELECT_UNAME_ETC_LIB = libroot.so ;
|
||||
SELECT_UNAME_ETC_LIB = root ;
|
||||
} else {
|
||||
NETWORK_LIBS = libnet.so ;
|
||||
NETAPI_LIB = libnetapi.so ;
|
||||
|
||||
Reference in New Issue
Block a user