libzmq: use Libs.private for .pc file

This commit is contained in:
Tony Theodore 2018-03-13 04:02:39 +11:00
parent 6bcc2c054c
commit c899938a0e
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ define $(PKG)_BUILD
echo 'Version: $($(PKG)_VERSION)'; \
echo 'Description: $($(PKG)_DESCR)'; \
echo 'Requires: libsodium'; \
echo 'Libs: -lzmq -lws2_32 -lrpcrt4 -liphlpapi'; \
echo 'Libs: -lzmq'; \
echo 'Libs.private: -lws2_32 -lrpcrt4 -liphlpapi'; \
echo 'Cflags.private: -DZMQ_STATIC';) \
> '$(PREFIX)/$(TARGET)/lib/pkgconfig/$(PKG).pc'