This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/10282
Change subject: pkg-config: Fix libosmo-gsup-client pkg-config file
......................................................................
pkg-config: Fix libosmo-gsup-client pkg-config file
Both description and actual "Libs" line were broken.
Change-Id: I92e625418d53a2f17feca87c72624b84183f8cdb
---
M libosmo-gsup-client.pc.in
1 file changed, 2 insertions(+), 2 deletions(-)
  git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/82/10282/1
diff --git a/libosmo-gsup-client.pc.in b/libosmo-gsup-client.pc.in
index 4210a4a..8bbae08 100644
--- a/libosmo-gsup-client.pc.in
+++ b/libosmo-gsup-client.pc.in
@@ -3,9 +3,9 @@
 libdir=@libdir@
 includedir=@includedir@
 
-Name: Osmocom GSUP and OAP Client Library
+Name: Osmocom GSUP Client Library
 Description: C Utility Library
 Version: @VERSION@
-Libs: -L${libdir} @TALLOC_LIBS@ -losmogsm -losmocore
+Libs: -L${libdir} -losmo-gsup-client
 Cflags: -I${includedir}/
 
-- 
To view, visit https://gerrit.osmocom.org/10282
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I92e625418d53a2f17feca87c72624b84183f8cdb
Gerrit-Change-Number: 10282
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180731/04c9f3bf/attachment.htm>