* fix ICU-devel optional package to include link-time libraries (as links to the
actual libs in /system/lib) * adjust installation code for ICU-devel to generate link for the non-versioned form (libicu*.so) and one matching the soname (libicu*.so.48) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42691 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -919,7 +919,7 @@ if [ IsOptionalHaikuImagePackageAdded ICU-devel ] {
|
||||
local arch = $(TARGET_ARCH) ;
|
||||
local abi = gcc$(HAIKU_GCC_VERSION[1]) ;
|
||||
for abiVersionedLib in $(HAIKU_ICU_LIBS) {
|
||||
abiVersionedLib = $(abiVersionedLib:G=) ;
|
||||
abiVersionedLib = $(abiVersionedLib:B:G=) ;
|
||||
local lib = $(abiVersionedLib:B) ;
|
||||
AddSymlinkToHaikuHybridImage develop abi $(arch) $(abi) lib
|
||||
: /system/lib $(abiVersionedLib) : : true ;
|
||||
|
||||
Reference in New Issue
Block a user