Harald Welte has submitted this change and it was merged. ( 
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(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I92e625418d53a2f17feca87c72624b84183f8cdb
Gerrit-Change-Number: 10282
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to