summaryrefslogtreecommitdiffstats
path: root/development/antlr2/antlr2.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/antlr2/antlr2.SlackBuild')
-rw-r--r--development/antlr2/antlr2.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/antlr2/antlr2.SlackBuild b/development/antlr2/antlr2.SlackBuild
index 107729cc81..a80ec48423 100644
--- a/development/antlr2/antlr2.SlackBuild
+++ b/development/antlr2/antlr2.SlackBuild
@@ -89,7 +89,7 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-examples \
--build=$ARCH-slackware-linux
-make
+CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" make
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \