From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- net-misc/vrrpd/files/vrrpd-1.9-rollup.patch | 37 +++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 net-misc/vrrpd/files/vrrpd-1.9-rollup.patch (limited to 'net-misc/vrrpd/files/vrrpd-1.9-rollup.patch') diff --git a/net-misc/vrrpd/files/vrrpd-1.9-rollup.patch b/net-misc/vrrpd/files/vrrpd-1.9-rollup.patch new file mode 100644 index 000000000000..72c5f3ad47f3 --- /dev/null +++ b/net-misc/vrrpd/files/vrrpd-1.9-rollup.patch @@ -0,0 +1,37 @@ +This is a partial rollup of patches submitted to upstream to clean up the +packaging. + +Signed-off-by: Robin H. Johnson + +diff --git a/Makefile b/Makefile +old mode 100755 +new mode 100644 +index d7f3309..869d06d +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,8 @@ + PROJECT=vrrpd + +-ALL_EXE=vrrpd ++ALL_EXE=vrrpd atropos + ++ATROPOS_OBJS = atropos.o + VRRPD_OBJS = vrrpd.o libnetlink.o ipaddr.o + + MAIN_OPT= +@@ -18,9 +19,13 @@ COMMON_CFLAGS= $(MAIN_OPT) $(INCLUDEOPT) $(PROF_OPT) $(DBG_OPT) $(MACHINEOPT) + CC=gcc + CFLAGS= $(COMMON_CFLAGS) -Wall + ++all: $(ALL_EXE) ++ ++atropos: $(ATROPOS_OBJS) ++ $(CC) $(PROF_OPT) -o $@ $^ ++ + vrrpd : $(VRRPD_OBJS) +- $(CC) $(PROF_OPT) -o $@ $(VRRPD_OBJS) $(LINKLIB) +- $(CC) atropos.c -o atropos ++ $(CC) $(PROF_OPT) -o $@ $^ $(LINKLIB) + + vrrpd.o: vrrpd.h + libnetlink.o: libnetlink.h -- cgit v1.2.3