summaryrefslogtreecommitdiff
path: root/sofort/core
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-10 15:59:38 +0000
committermidipix <writeonce@midipix.org>2020-01-10 16:02:53 +0000
commit387377efb54b8d8382ec4a8962d08ca35de0f825 (patch)
tree5f006956962f9d401d9d8809b6fb5b4742f26ac9 /sofort/core
parent64340e2c65942529e192e533089eeca399703db6 (diff)
downloadbfirm-387377efb54b8d8382ec4a8962d08ca35de0f825.tar.bz2
bfirm-387377efb54b8d8382ec4a8962d08ca35de0f825.tar.xz
build system: add --pkgbugs (where to file) and --pkghome (project home page).
Diffstat (limited to 'sofort/core')
-rw-r--r--sofort/core/pkgconf.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sofort/core/pkgconf.mk b/sofort/core/pkgconf.mk
index 4f6c865..0edc395 100644
--- a/sofort/core/pkgconf.mk
+++ b/sofort/core/pkgconf.mk
@@ -20,6 +20,8 @@ build/$(PACKAGE).pc:
PKGCONF_REPO='$(PKGREPO)' \
PKGCONF_PSRC='$(PKGPSRC)' \
PKGCONF_DURL='$(PKGDURL)' \
+ PKGCONF_BUGS='$(PKGBUGS)' \
+ PKGCONF_HOME='$(PKGHOME)' \
PKGCONF_DEFS='$(PKGDEFS)' \
PKGCONF_LIBS='$(PKGLIBS)' \
\