c06af01563
* Backport upstream commit 1f35c466aaa9444335a1b854b0b7223b0d2346c2 to fix iconv issue with .pc file * Patch .pc file when compiled on versions of FreeBSD where we don't provide a .pc file for OpenSSL Changelog: https://github.com/libarchive/libarchive/releases/tag/v3.6.2 PR: 268693 Reviewed by: glewis (maintainer)
7 lines
267 B
Text
7 lines
267 B
Text
--- build/pkgconfig/libarchive.pc.in.orig 2022-12-09 13:38:31 UTC
|
|
+++ build/pkgconfig/libarchive.pc.in
|
|
@@ -10,4 +10,3 @@ Cflags: -I${includedir}
|
|
Cflags.private: -DLIBARCHIVE_STATIC
|
|
Libs: -L${libdir} -larchive
|
|
Libs.private: @LIBS@
|
|
-Requires.private: @LIBSREQUIRED@
|