diff options
author | midipix <writeonce@midipix.org> | 2020-01-10 15:59:38 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-10 16:02:53 +0000 |
commit | dab52faa6d57070f37a9b4616a2294f49508e16d (patch) | |
tree | ef7746ac16919281dede8b0ed829804df458619e /sofort/core | |
parent | c9ed29c8a468b4b8ac717237fd7c0eed9b5da84b (diff) | |
download | dalist-dab52faa6d57070f37a9b4616a2294f49508e16d.tar.bz2 dalist-dab52faa6d57070f37a9b4616a2294f49508e16d.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.mk | 2 |
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)' \ \ |