From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-December/020620.html | 101 +++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-December/020620.html (limited to 'zarb-ml/mageia-dev/2012-December/020620.html') diff --git a/zarb-ml/mageia-dev/2012-December/020620.html b/zarb-ml/mageia-dev/2012-December/020620.html new file mode 100644 index 000000000..8138e80df --- /dev/null +++ b/zarb-ml/mageia-dev/2012-December/020620.html @@ -0,0 +1,101 @@ + + + + [Mageia-dev] new environment variable for rpmbuild? + + + + + + + + + +

[Mageia-dev] new environment variable for rpmbuild?

+ sardine + sardine213 at sfr.fr +
+ Fri Dec 7 00:01:57 CET 2012 +

+
+ +
> Hi,
+> 
+> Would it be possible to add a new environment variable for rpmbuild to
+> use when building rpms?
+> 
+> new variable:   PERL_AUTOINSTALL=--skipdeps
+> 
+> This would prevent Perl modules using autoinstall to prompt for
+> downloading missing prereqs / optional deps:
+> - If missing prereqs, the build would fail cleanly.
+> - If missing optional dep, the build would proceed instead of failing.
+> 
+> This should be best done before launching mass rebuild, as I found
+> several such failures that could be avoided altogether if this nasty
+> module wasn't used.
+> 
+> ==> who can do that? what should be patched?
+> 
+> Thanks,
+> Jérôme 
+
+Hi,
+
+
+Why not a new %perl macro for build purpose ?
+
+
+%perl export PERL_AUTOINSTALL=--skipdeps ; \
+%{__perl}
+
+
+
+ + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1