Files
MSYS2-packages/libpsl/019.1-implement-private-libs.patch
Alexey Pavlov 3e1650b566 libpsl: Add link libraries info for static building with pkg-config.
Building with libidn2 instead ICU to solve problem with building pacman
2018-02-12 13:04:55 +03:00

9 lines
319 B
Diff

--- src/libpsl-0.19.1/libpsl.pc.in.orig 2018-02-12 11:00:02.234548800 +0300
+++ src/libpsl-0.19.1/libpsl.pc.in 2018-02-12 11:04:03.706374100 +0300
@@ -8,4 +8,5 @@
Version: @PACKAGE_VERSION@
URL: @PACKAGE_URL@
Libs: -L${libdir} -lpsl
+Libs.private: @LIBICU_LIBS@ @LIBIDN2_LIBS@ @LIBIDN_LIBS@
Cflags: -I${includedir}