[haiku-commits] Change in ...haiku[master]: Fix building test_app_server using GGC2

  • From: Gerrit <review@xxxxxxxxxxxxxxxxxxx>
  • To: waddlesplash <waddlesplash@xxxxxxxxx>, haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 11 Jan 2019 16:12:10 +0000

From Stephan Aßmus <superstippi@xxxxxx>:

Stephan Aßmus has uploaded this change for review. ( 
https://review.haiku-os.org/c/haiku/+/872


Change subject: Fix building test_app_server using GGC2
......................................................................

Fix building test_app_server using GGC2

test_app_server needs to link against both the system's libbe.so
and libbe_test.so. In order to decouple the clashing classes, there
is an extra libhwinterface.so, containing only the HWInterface
definition, and libhwinterfaceimpl.so, which contains the actual
implementation using the system libbe's classes. This requires
undefined symbols to be allowed when building the shared libs
which are later assembled into the test_app_server.
---
M build/jam/ArchitectureRules
1 file changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://git.haiku-os.org/haiku refs/changes/72/872/1
--
To view, visit https://review.haiku-os.org/c/haiku/+/872
To unsubscribe, or for help writing mail filters, visit 
https://review.haiku-os.org/settings

Gerrit-Project: haiku
Gerrit-Branch: master
Gerrit-Change-Id: I293969db69ebf6a32cca1057626b231d78969db5
Gerrit-Change-Number: 872
Gerrit-PatchSet: 1
Gerrit-Owner: Stephan Aßmus <superstippi@xxxxxx>
Gerrit-MessageType: newchange

Other related posts:

  • » [haiku-commits] Change in ...haiku[master]: Fix building test_app_server using GGC2 - Gerrit