else
echo "BUILD: DEFAULT"
OPTS=""
-fi
-
-if test -f ${dist%%.opts}.flags ; then
-# echo "DEBUG: ${dist%%.opts}.flags"
- FLAGS=`cat ./${dist%%.opts}.flags`
-# else nothing set for flags.
+ FLAGS=""
fi
#
+++ /dev/null
-# #!//bin/bash
-
-# Debian for some reason builds using explicit 'cc' instead of 'gcc' or automatic
-export build_alias="i486-linux-gnu"
-export CC="cc"
-export CFLAGS="-g -O2 -g -Wall -O2"
-export LDFLAGS=""
-export CPPFLAGS=""
-export CXX="g++"
-export CXXFLAGS="-g -O2 -g -Wall -O2"
-export FFLAGS="-g -O2"
-# #!/bin/bash
+#!/bin/sh
#
# Configure options currently used by Debian Packaged Release
#
--enable-epoll \
--enable-linux-netfilter \
"
+
+# Debian for some reason builds using explicit 'cc' instead of 'gcc' or automatic
+export build_alias="i486-linux-gnu"
+export CC="cc"
+export CFLAGS="-g -O2 -g -Wall -O2"
+export LDFLAGS=""
+export CPPFLAGS=""
+export CXX="g++"
+export CXXFLAGS="-g -O2 -g -Wall -O2"
+export FFLAGS="-g -O2"
+++ /dev/null
-# #!/bin/bash
-
-# Ubuntu for some reason built using 'cc' instead of gcc
-export CC="/usr/bin/cc"
-export CXX="g++"
-export CFLAGS="-g -O2 -g -Wall -O2"
-export CXXFLAGS="-g -O2 -g -Wall -O2"
-export CPPFLAGS=""
-export LDFLAGS="-Wl,-Bsymbolic-functions"
-# #!/bin/bash
+#!/bin/sh
#
# Configure options currently used by Ubuntu Packaged Release
#
--enable-epoll \
--enable-linux-netfilter \
"
+
+# Ubuntu for some reason built using 'cc' instead of gcc
+export CC="/usr/bin/cc"
+export CXX="g++"
+export CFLAGS="-g -O2 -g -Wall -O2"
+export CXXFLAGS="-g -O2 -g -Wall -O2"
+export CPPFLAGS=""
+export LDFLAGS="-Wl,-Bsymbolic-functions"