summaryrefslogtreecommitdiffstats
path: root/http/seamonkey/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'http/seamonkey/BUILD')
-rwxr-xr-xhttp/seamonkey/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/seamonkey/BUILD b/http/seamonkey/BUILD
index c13d77291c..170fd3de7b 100755
--- a/http/seamonkey/BUILD
+++ b/http/seamonkey/BUILD
@@ -5,7 +5,7 @@ MOZILLA_HOME=$INSTALL_ROOT/usr/lib/seamonkey &&
# Only strip if the user wants us to
#
if echo $LDFLAGS | grep -q -- '-s'; then
- OPTS="$OPTS --enable-strip"
+ OPTS="--enable-strip $OPTS"
fi &&
#