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/2011-August/007619.html | 92 ++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 zarb-ml/mageia-dev/2011-August/007619.html (limited to 'zarb-ml/mageia-dev/2011-August/007619.html') diff --git a/zarb-ml/mageia-dev/2011-August/007619.html b/zarb-ml/mageia-dev/2011-August/007619.html new file mode 100644 index 000000000..10c2c8efb --- /dev/null +++ b/zarb-ml/mageia-dev/2011-August/007619.html @@ -0,0 +1,92 @@ + + + + [Mageia-dev] [135775] - really disable automatic contrib libraries download + + + + + + + + + +

[Mageia-dev] [135775] - really disable automatic contrib libraries download

+ Anssi Hannula + anssi.hannula at iki.fi +
+ Sun Aug 28 03:09:30 CEST 2011 +

+
+ +
On 27.08.2011 21:20, root at mageia.org wrote:
+> +#on update, when someone forgets to redo the tarball of the contribs libraries, handbrake buildsystem
+> +#will automatically download those, that is objectionable on mageia buildsystema and build should fail
+> +#small hack, proposed by Anssi, to disable accidental automatic downloading of contrib libraries
+> +for downloader in wget url; do
+> +mkdir -p disable_contrib.fetch-hack
+> +ln -s /bin/false disable_contrib.fetch-hack/${downloader}
+> +export PATH=$PWD/disable_contrib.fetch-hack:$PATH
+> +done
+> +
+
+Nit: export and mkdir could be outside the for loop, though there is no
+harm done here :)
+
+What do you want to do with faac. Just build with it?
+If so, you'll need to change the License tag, maybe to "GPLv2+ and
+Freeware".
+
+-- 
+Anssi Hannula
+
+ + + + + + + + + + + + + + + + + + + +
+

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