summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2011-08-11 18:37:05 +0000
committerBart De Schuymer <bdschuym@pandora.be>2011-08-11 18:37:05 +0000
commit14184976800b8758742c2945c74e7d03fb24ef5e (patch)
treed7ec1e512d3a36a00b082ac0d785da1ee1725889 /userspace/ebtables2
parente3f9743830dc5f1dfe05c85d38ff3d7f3e07ab75 (diff)
enable compiler optimizations, bump release number
Diffstat (limited to 'userspace/ebtables2')
-rw-r--r--userspace/ebtables2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/userspace/ebtables2/Makefile b/userspace/ebtables2/Makefile
index 0d3f25f..be52cb8 100644
--- a/userspace/ebtables2/Makefile
+++ b/userspace/ebtables2/Makefile
@@ -1,7 +1,7 @@
# ebtables Makefile
PROGNAME:=ebtables
-PROGRELEASE:=1
+PROGRELEASE:=2
PROGVERSION_:=2.0.10
PROGVERSION:=$(PROGVERSION_)-$(PROGRELEASE)
PROGDATE:=July\ 2011
@@ -18,7 +18,7 @@ SYSCONFIGDIR:=/etc/sysconfig
DESTDIR:=
CFLAGS:=-Wall -Wunused -Werror
-CFLAGS_SH_LIB:=-fPIC
+CFLAGS_SH_LIB:=-fPIC -O3
CC:=gcc
ifeq ($(shell uname -m),sparc64)