From 2aea093d2eabc922fad57ce35b41a6c85a558b5b Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 7 Oct 2019 13:40:21 -0300 Subject: [PATCH] Fixing static library build parameters. --- client/sdk/ipc3270-static.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/sdk/ipc3270-static.pc.in b/client/sdk/ipc3270-static.pc.in index ac13b63..766ed99 100644 --- a/client/sdk/ipc3270-static.pc.in +++ b/client/sdk/ipc3270-static.pc.in @@ -8,7 +8,7 @@ product_name=@PRODUCT_NAME@ Name: @PACKAGE_NAME@-static Description: @PACKAGE_DESCRIPTION@ (static library) Version: @PACKAGE_VERSION@ -Libs: -lipc3270.static @LIB3270_LIBS@ @STATIC_LIBS@ @DBUS_LIBS@ @LIBS@ @LIBICONV@ @INTL_LIBS@ +Libs: -lipc3270.static @LIBS@ @LIB3270_LIBS@ @DBUS_LIBS@ @LIBICONV@ @INTL_LIBS@ Cflags: -I@includedir@ -- libgit2 0.21.2