From 7d992b4301e4e7c552d0b1fdc58c64a633959f10 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sat, 5 Mar 2011 19:29:44 -0600 Subject: audio/alsaequal: Don't override CFLAGS Makefile sets -O2 and other stuff, and the "other stuff" is apparently important, because this doesn't work without it. No sense in trying to figure out why, I suppose - easier to just let upstream win. :-) Signed-off-by: Robby Workman --- audio/alsaequal/alsaequal.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/alsaequal') diff --git a/audio/alsaequal/alsaequal.SlackBuild b/audio/alsaequal/alsaequal.SlackBuild index bf2a26f67b..122a612187 100644 --- a/audio/alsaequal/alsaequal.SlackBuild +++ b/audio/alsaequal/alsaequal.SlackBuild @@ -72,7 +72,7 @@ find . \ # Fixes for x86_64 sed "s/@LIBDIRSUFFIX@/$LIBDIRSUFFIX/g" $CWD/lib64fix.diff | patch -p1 -make CFLAGS="$SLKCFLAGS" Q= +make Q= make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3