* added support for minor ABI versions to the SharedLibrary rule, as otherwise updating libz.so
could prove to be a major PITA (because of all the dependencies that would need to be rebuilt) * when adding a library to the image, its optional minor abi version is taken care of, too (i. e. a corresponding link is created). * the ABI-related links in /system/lib are now replicated in /boot/develop/lib/<arch> git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35362 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -84,14 +84,12 @@ SYSTEM_DEMOS = BSnow Chart Clock Cortex FontDemo
|
||||
ICU_LIBS = libicu-common.so libicu-data.so libicu-i18n.so
|
||||
;
|
||||
SYSTEM_LIBS =
|
||||
libalm.so
|
||||
libbe.so libbsd.so libbnetapi.so
|
||||
libdebug.so libdevice.so
|
||||
libfluidsynth.so libfreetype.so
|
||||
libfreetype.so
|
||||
libgame.so libGL.so libgnu.so
|
||||
libilmimf.so
|
||||
libjpeg.so
|
||||
liblinprog.so liblocale.so liblpsolve55.so
|
||||
liblocale.so
|
||||
libmail.so libmedia.so libmidi.so libmidi2.so
|
||||
libnetwork.so
|
||||
libpng.so
|
||||
@@ -102,6 +100,10 @@ SYSTEM_LIBS =
|
||||
$(HAIKU_SHARED_LIBSTDC++) $(HAIKU_SHARED_LIBSUPC++)
|
||||
;
|
||||
PRIVATE_SYSTEM_LIBS =
|
||||
libalm.so
|
||||
libfluidsynth.so
|
||||
libilmimf.so
|
||||
liblinprog.so liblpsolve55.so
|
||||
$(ICU_LIBS)
|
||||
;
|
||||
SYSTEM_SERVERS = app_server cddb_daemon debug_server input_server mail_daemon
|
||||
|
||||
Reference in New Issue
Block a user