summaryrefslogtreecommitdiff
path: root/orc.pc.in
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-03-18 22:12:09 -0700
committerDavid Schleef <ds@schleef.org>2010-03-18 22:12:09 -0700
commita1de254d0c78d387b4979e9fb1bc1042dd1adc02 (patch)
treefd8d77ce7646c43966fc96cc5a51398ffbd8a654 /orc.pc.in
parent1a83810f786de60df0d52894ae01bb5780c802e1 (diff)
Fix library flags to work with --as-needed
Diffstat (limited to 'orc.pc.in')
-rw-r--r--orc.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/orc.pc.in b/orc.pc.in
index 61bc3dc..eb8a280 100644
--- a/orc.pc.in
+++ b/orc.pc.in
@@ -8,7 +8,8 @@ toolsdir=${exec_prefix}/bin
Name: orc-@ORC_MAJORMINOR@
Description: Library of Optimized Inner Loops Runtime Compiler
Version: @VERSION@
-Libs: -L${libdir} -lorc-@ORC_MAJORMINOR@ @LIBM@ @LIBRT@
+Libs: -L${libdir} -lorc-@ORC_MAJORMINOR@
+Libs.private: @LIBM@ @LIBRT@
Cflags: -I${includedir}
orcc=${toolsdir}/orcc@EXEEXT@