Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
configure: Provide a default pkgconfig path
Dag-Erling Smørgrav committed 9 days ago
commit 1147926209e2d32e917171ee6a8752c9c188a0dd
parent d6d896a
2 files changed +2 -1
modified configure
@@ -941,6 +941,7 @@ _configure_apply() {
	is_defined sysconfdir  || define sysconfdir "$_prefix/etc"
	is_defined datarootdir || define datarootdir "$_prefix/share"
	is_defined datadir     || define datadir "$_prefix/share"
+
	is_defined pkgconfigdir|| define datadir "$_prefix/libdata/pkgconfig"

	if [ "$_want_help" -eq 1 ]; then
		show_help
modified configure.def
@@ -18,7 +18,7 @@ define PKG_API "$_pkg_api"
define VERSION "$_version"

options \
-
	"pkgconfigdir:WHERE   => path to the directory where to install pc files" \
+
	"pkgconfigdir	      => path to the directory where to install pc files" \
	"with-ldns            => add support for libldns" \
	"with-libarchive.pc   => build with libarchive via pkg-config" \
	"with-coverage        => build with llvm coverage support" \