pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Set ZM_PERL_MM_PARMS in order to inhibit NO_PACKLIST - so that PERL5_PACKLIST will work
Module Name: pkgsrc-wip
Committed By: davidsainty <david.sainty%gmail.com@localhost>
Pushed By: dsainty
Date: Sat Jan 15 18:43:21 2022 +1300
Changeset: e1a3c55408955f1e19eecea2bf1c78f8a9195de6
Modified Files:
zoneminder/Makefile
Log Message:
Set ZM_PERL_MM_PARMS in order to inhibit NO_PACKLIST - so that PERL5_PACKLIST will work
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e1a3c55408955f1e19eecea2bf1c78f8a9195de6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
zoneminder/Makefile | 3 +++
1 file changed, 3 insertions(+)
diffs:
diff --git a/zoneminder/Makefile b/zoneminder/Makefile
index 20d004556d..3fe62dc2d0 100644
--- a/zoneminder/Makefile
+++ b/zoneminder/Makefile
@@ -250,10 +250,13 @@ pre-configure:
# Arrange for module.mk to perform its magic here on top of the non-Perl
# build tasks.
#
+# Set ZM_PERL_MM_PARMS in order to inhibit NO_PACKLIST
+#
PERL5_REQD+= 5.6.0
PERL5_CONFIGURE= no
PERL5_CONFIGURE_DIRS= ${WRKSRC}/scripts/ZoneMinder
PERL5_PACKLIST= auto/ZoneMinder/.packlist
+CMAKE_ARGS+= -DZM_PERL_MM_PARMS="INSTALLDIRS=vendor"
.include "../../lang/perl5/module.mk"
post-configure: perl5-configure
Home |
Main Index |
Thread Index |
Old Index