diff options
author | Harald Welte <laforge@gnumonks.org> | 2015-11-21 00:41:43 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2015-11-21 00:50:19 +0100 |
commit | a10ef29b47123a60755b59befca9b2d45f3e29fa (patch) | |
tree | fcdbf5df653855eedec1a3aaeb3465121b0dcc58 /libosmocore.pc.in | |
parent | b32a19467ffde540b059bf166a378decf07701b8 (diff) |
use system-wide libtalloc with --enable-system-talloc
This introduces a new configure flag by which the libosmocore-internal
talloc code is not compiled, but rather a system-wide libtalloc is used.
When we started openbsc/libosmocore in 2008, libtalloc was not widely
present on systems yet. This has changed meanwhile, and we should
simply use the system-wide library
Diffstat (limited to 'libosmocore.pc.in')
-rw-r--r-- | libosmocore.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libosmocore.pc.in b/libosmocore.pc.in index 7c298693..0666e0c7 100644 --- a/libosmocore.pc.in +++ b/libosmocore.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: Osmocom Core Library Description: C Utility Library Version: @VERSION@ -Libs: -L${libdir} -losmocore +Libs: -L${libdir} @TALLOC_LIBS@ -losmocore Cflags: -I${includedir}/ |