contrib/ebtables/ebtables-makefile.diff
2013-01-20 11:07:09 +02:00

23 lines
543 B
Diff

diff -Nru ebtables-v2.0.10-4.orig/Makefile ebtables-v2.0.10-4/Makefile
--- ebtables-v2.0.10-4.orig/Makefile 2013-01-19 17:55:19.662248247 +0200
+++ ebtables-v2.0.10-4/Makefile 2013-01-19 18:01:43.700720272 +0200
@@ -10,14 +10,14 @@
# default paths
LIBDIR:=/usr/lib
-MANDIR:=/usr/local/man
-BINDIR:=/usr/local/sbin
+MANDIR:=/usr/man
+BINDIR:=/usr/sbin
ETCDIR:=/etc
-INITDIR:=/etc/rc.d/init.d
+INITDIR:=/etc/rc.d
SYSCONFIGDIR:=/etc/sysconfig
DESTDIR:=
-CFLAGS:=-Wall -Wunused -Werror
+CFLAGS:=-Wall
CFLAGS_SH_LIB:=-fPIC -O3
CC:=gcc