summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman2011-03-06 02:29:44 +0100
committer Robby Workman2011-03-08 19:14:45 +0100
commit7d992b4301e4e7c552d0b1fdc58c64a633959f10 (patch)
treeaa8606c118313cee3757344a540f3aea4f6f7fc9
parentc6cf8b80af7d738b5959a26e513b914593bb1c98 (diff)
downloadslackbuilds-7d992b4301e4e7c552d0b1fdc58c64a633959f10.tar.gz
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 <rworkman@slackbuilds.org>
-rw-r--r--audio/alsaequal/alsaequal.SlackBuild2
1 files changed, 1 insertions, 1 deletions
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 \