diff options
author | midipix <writeonce@midipix.org> | 2020-01-10 15:59:38 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-10 16:02:52 +0000 |
commit | c1cf9b1b0b13b9c8363df327fb09a652a585d4aa (patch) | |
tree | a0b589f6a27dccef8efb882f13b59578d7ecbb1b /sofort/core | |
parent | 945e218d644738825ba1bff1a65c21ff3078749e (diff) | |
download | apimagic-c1cf9b1b0b13b9c8363df327fb09a652a585d4aa.tar.bz2 apimagic-c1cf9b1b0b13b9c8363df327fb09a652a585d4aa.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)' \ \ |