freecalypso-tools: fix -Werror=format-security in get_pirelli_imei()

Mychaela Falconia falcon at freecalypso.org
Thu May 23 18:17:30 UTC 2024


Hi Vadim,

> Meanwhile, I am done updating the PKGBUILD scripts, so now they all 
> should produce packages on recent Arch Linux versions with gcc 14.1.1 
> without errors.

Do you have a single URL from which all of them are linked?

> I am using the configure-script where available and 
> passing '--prefix=/usr' to it.

For packages that still have the /opt/freecalypso requirement, are you
doing something like the following:

for i in `cat Installed-binaries`
do
	ln -sf /opt/freecalypso/bin/$i /usr/bin/$i
done

This symlink trick is the solution I always had in mind, so that
/opt/freecalypso remains internal "under the hood", but end users see
a more conventional install.

M~


More information about the Community mailing list