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:
Pierre Pronchery 2015-03-30 23:31:59 +02:00
parent cb5d236406
commit 8ce1793ceb

View File

@ -8,4 +8,4 @@ Description: DeforaOS System essential library
Version: @VERSION@
Requires: libSystem
Cflags: -I${includedir}
Libs: -L${libdir} @RPATH@ -lApp
Libs: -L${libdir} @RPATH@ -lApp -rdynamic