diff options
author | midipix <writeonce@midipix.org> | 2020-01-10 15:59:38 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-10 16:02:54 +0000 |
commit | 8936c4101cce3d2d68e36f4b3b98e2ae17b5bf76 (patch) | |
tree | 0017879ca01747c66c51a1b96b8294a62bcea366 /sofort/core | |
parent | 3be63fa06627ff2a09d92f3729f0818389702871 (diff) | |
download | ntux-8936c4101cce3d2d68e36f4b3b98e2ae17b5bf76.tar.bz2 ntux-8936c4101cce3d2d68e36f4b3b98e2ae17b5bf76.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)' \ \ |