diff -ur --exclude=libipvs net-snmp-lvs-module-0.0.4/Makefile net-snmp-lvs-module-0.0.4-leak_fix/Makefile --- net-snmp-lvs-module-0.0.4/Makefile 2006-03-02 09:14:56.000000000 +0000 +++ net-snmp-lvs-module-0.0.4-leak_fix/Makefile 2010-05-07 10:37:12.000000000 +0100 @@ -3,7 +3,7 @@ VERSDIR := $(NAME)-$(VERSION) TARFILE := $(NAME)-$(VERSION).tar.gz CC := gcc -CFLAGS := `net-snmp-config --cflags` -Ilibipvs -I/usr/src/linux/include -Wall -g +CFLAGS := `net-snmp-config --cflags` -Ilibipvs -I/usr/src/linux/include -Wall -g -fPIC DEFINES := -DHAVE_NET_IP_VS_H DLFLAGS := -fPIC -shared -g LIBS := `net-snmp-config --netsnmp-libs`