# HG changeset patch # User Pascal Bellard # Date 1508666163 -7200 # Node ID 15aee388a4594faa7cfdf8994972551e724e43a3 # Parent 0bdaa7ef1cae75ee10f794cdad3d6a615a8c46e1 Up gnu-efi (3.0.6); clisp, potamus, truecrypt: add *FLAGS diff -r 0bdaa7ef1cae -r 15aee388a459 clisp/receipt --- a/clisp/receipt Sun Oct 22 05:38:26 2017 +0300 +++ b/clisp/receipt Sun Oct 22 11:56:03 2017 +0200 @@ -21,6 +21,7 @@ # CFLAGS/CXXFLAGS/MAKEFLAGS screw the build process. unset CFLAGS CXXFLAGS MAKEFLAGS + export CFLAGS="-falign-functions=4" ./configure \ --with-libsigsegv \ diff -r 0bdaa7ef1cae -r 15aee388a459 gnu-efi/receipt --- a/gnu-efi/receipt Sun Oct 22 05:38:26 2017 +0300 +++ b/gnu-efi/receipt Sun Oct 22 11:56:03 2017 +0200 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="gnu-efi" -VERSION="3.0k" +VERSION="3.0.6" CATEGORY="development" SHORT_DESC="Development files for EFI applications." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -TARBALL="${PACKAGE}_$VERSION.orig.tar.gz" +TARBALL="$PACKAGE-$VERSION.orig.tar.bz2" WEB_SITE="http://gnu-efi.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -16,8 +16,7 @@ compile_rules() { KERNEL_VERSION=$(grep ^VERSION= $WOK/linux/receipt | cut -d '"' -f 2) - cd $src - sed -i "s|^INSTALLROOT.*|INSTALLROOT=$DESTDIR/usr|" Make.defaults + sed -i "s|^INSTALLROOT.*|INSTALLROOT := $DESTDIR|;s|/local||" Make.defaults make -j1 && make -j1 install } diff -r 0bdaa7ef1cae -r 15aee388a459 potamus/receipt --- a/potamus/receipt Sun Oct 22 05:38:26 2017 +0300 +++ b/potamus/receipt Sun Oct 22 11:56:03 2017 +0200 @@ -30,6 +30,7 @@ # Rules to configure and make the package. compile_rules() { + export LDFLAGS="$LDFLAGS -lm" # libmad for MP3 ./configure \ --disable-input-modplug \ diff -r 0bdaa7ef1cae -r 15aee388a459 truecrypt/receipt --- a/truecrypt/receipt Sun Oct 22 05:38:26 2017 +0300 +++ b/truecrypt/receipt Sun Oct 22 11:56:03 2017 +0200 @@ -16,6 +16,7 @@ # Rules to configure and make the package. compile_rules() { + export CXXFLAGS="-Wno-narrowing" sed -i 's/^export LFLAGS :=$/& -Wl,--copy-dt-needed-entries -ldl/' Makefile export PKCS11_INC="/usr/include/pkcs" cd $src