WebPositive: fix linking with static libraries
Some symbols were available because they were reexported by haikuwebkit 1.8.2, but they won't be exported anymore in the next releases. So we need to link to libnetservices.a directly, and link to it before the .so files to make sure the symbols from the static library are used.
This commit is contained in:
parent
264451d95a
commit
3457006a9a
@ -70,10 +70,10 @@ for architectureObject in [ MultiArchSubDirSetup ] {
|
|||||||
Application WebPositive :
|
Application WebPositive :
|
||||||
$(sources)
|
$(sources)
|
||||||
:
|
:
|
||||||
|
bnetapi [ MultiArchDefaultGristFiles libnetservices.a libcolumnlistview.a ]
|
||||||
[ BuildFeatureAttribute webkit : libraries ]
|
[ BuildFeatureAttribute webkit : libraries ]
|
||||||
[ TargetLibstdc++ ] localestub shared
|
[ TargetLibstdc++ ] localestub shared
|
||||||
[ MultiArchDefaultGristFiles libcolumnlistview.a ]
|
be network tracker translation
|
||||||
be network libnetservices.a tracker translation
|
|
||||||
:
|
:
|
||||||
WebPositive.rdef
|
WebPositive.rdef
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user