Commit 269d476dc89cc94055b01ef01a698c4be9c10df6
1 parent
bb20f59c
Exists in
master
and in
3 other branches
Fixing private libraries definition in pkg-config.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
sdk/lib3270.pc.in
... | ... | @@ -12,6 +12,6 @@ Name: @PACKAGE_NAME@ |
12 | 12 | Description: @PACKAGE_DESCRIPTION@ |
13 | 13 | Version: @PACKAGE_VERSION@ |
14 | 14 | Libs: -L\@libdir@ -l@LIB3270_NAME@ |
15 | -Libs.private: @LIBSSL_LIBS@ @INTL_LIBS@ | |
15 | +Libs.private: @LIBS@ @LIBSSL_LIBS@ @LIBICONV@ @INTL_LIBS@ @LDAP_LIBS@ @LIBCURL_LIBS@ | |
16 | 16 | Cflags: -I@includedir@ |
17 | 17 | ... | ... |