diff options
Diffstat (limited to 'sys-block/lio-utils/files/snmp-makefile.patch')
-rw-r--r-- | sys-block/lio-utils/files/snmp-makefile.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sys-block/lio-utils/files/snmp-makefile.patch b/sys-block/lio-utils/files/snmp-makefile.patch deleted file mode 100644 index f9301ae7912b..000000000000 --- a/sys-block/lio-utils/files/snmp-makefile.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- mib-modules/Makefile.old 2011-06-21 00:26:30.000000000 +0400 -+++ mib-modules/Makefile 2011-06-21 00:29:28.000000000 +0400 -@@ -18,8 +18,8 @@ - iscsiAuthData.o - - CC = gcc --CFLAGS = -I$(INCLDIR) -I$(INCLDIR)/agent -I$(INCLDIR)/agent/mibgroup -shared -fPIC --CFLAGS += -I../include -Wall -Werror -+INCLUDES = -I$(INCLDIR) -I$(INCLDIR)/agent -I$(INCLDIR)/agent/mibgroup -+INCLUDES += -I../include - #CFLAGS +=$(AUTO_CFLAGS) - - LD = gcc -shared -@@ -29,7 +29,7 @@ - all: $(TARG) - - %.o: %.c *.h -- $(CC) $(CFLAGS) -o $@ -c $< -+ $(CC) -fPIC $(INCLUDES) $(CFLAGS) -o $@ -c $< - - $(TARG): $(OBJS) - $(LD) -o $@ $(OBJS) |