Always compile AppServers and AppClients with "-rdynamic"
This is required to expose internal symbols at run-time, and let them be hooked by libApp as required.
This commit is contained in:
parent
cb5d236406
commit
8ce1793ceb
|
@ -8,4 +8,4 @@ Description: DeforaOS System essential library
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: libSystem
|
Requires: libSystem
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Libs: -L${libdir} @RPATH@ -lApp
|
Libs: -L${libdir} @RPATH@ -lApp -rdynamic
|
||||||
|
|
Loading…
Reference in New Issue
Block a user