From a10ef29b47123a60755b59befca9b2d45f3e29fa Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 21 Nov 2015 00:41:43 +0100 Subject: 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 --- libosmocore.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libosmocore.pc.in') 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}/ -- cgit v1.2.3