From 8ce1793ceb4cd8fb3d2178ff8af68401ef9b12e8 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 30 Mar 2015 23:31:59 +0200 Subject: [PATCH] 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. --- data/libApp.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/libApp.pc.in b/data/libApp.pc.in index 7dda952..d18679d 100644 --- a/data/libApp.pc.in +++ b/data/libApp.pc.in @@ -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