[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