Changeset 751a25a in clfs-embedded
- Timestamp:
- Feb 5, 2007, 7:01:05 PM (18 years ago)
- Branches:
- master
- Children:
- 8d3e8db
- Parents:
- 82b88f2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/general.ent
r82b88f2 r751a25a 3 3 <!ENTITY month "02"> <!-- Use two digits --> 4 4 <!ENTITY month_name "January"> 5 <!ENTITY day "0 4"> <!-- Use two digits -->5 <!ENTITY day "05"> <!-- Use two digits --> 6 6 <!ENTITY year "2007"> <!-- Use four digits --> 7 7 -
BOOK/patches.ent
r82b88f2 r751a25a 44 44 45 45 <!ENTITY iptables-domulti-patch "iptables-&iptables-version;-do_multi-1.patch"> 46 <!ENTITY iptables-domulti-patch-md5 "b 0c73cb8ae3a7e767b6ae9eedce09436">46 <!ENTITY iptables-domulti-patch-md5 "badcc9ea0dc1097d3a0a4f299eaa9219"> 47 47 <!ENTITY iptables-domulti-patch-size "4 KB"> 48 48 -
patches/iptables-1.3.7-do_multi-1.patch
r82b88f2 r751a25a 1 1 Submitted By: Jim Gifford <jciccone@linuxfromscratch.org> 2 Date: 2007-02-0 42 Date: 2007-02-05 3 3 Initial Package Version: 1.3.7 4 4 Origin: http://lists.netfilter.org/pipermail/netfilter-devel/2006-December/026344.html … … 6 6 Description: Fixes Build Issues with DO_MULTI=1 7 7 8 diff -Naur iptables-1.3.7.orig/Makefile iptables-1.3.7/Makefile 9 --- iptables-1.3.7.orig/Makefile 2006-12-04 03:16:01.000000000 -0800 10 +++ iptables-1.3.7/Makefile 2007-02-05 10:57:33.000000000 -0800 11 @@ -170,7 +170,7 @@ 12 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS) 13 14 ifeq ($(DO_MULTI), 1) 15 -$(DESTDIR)$(BINDIR)/iptables-xml: iptables-xml 16 +$(DESTDIR)$(BINDIR)/iptables-xml: iptables 17 @[ -d $(DESTDIR)$(BINDIR) ] || mkdir -p $(DESTDIR)$(BINDIR) 18 ln -sf $< $@ 19 else 8 20 diff -Naur iptables-1.3.7.orig/iptables-multi.c iptables-1.3.7/iptables-multi.c 9 21 --- iptables-1.3.7.orig/iptables-multi.c 2006-12-04 03:15:20.000000000 -0800 10 +++ iptables-1.3.7/iptables-multi.c 2007-02-0 4 20:57:32.000000000 -080022 +++ iptables-1.3.7/iptables-multi.c 2007-02-05 10:55:22.000000000 -0800 11 23 @@ -6,6 +6,7 @@ 12 24 int iptables_main(int argc, char **argv); … … 28 40 diff -Naur iptables-1.3.7.orig/iptables-xml.c iptables-1.3.7/iptables-xml.c 29 41 --- iptables-1.3.7.orig/iptables-xml.c 2006-12-04 03:15:20.000000000 -0800 30 +++ iptables-1.3.7/iptables-xml.c 2007-02-0 4 20:57:32.000000000 -080042 +++ iptables-1.3.7/iptables-xml.c 2007-02-05 10:55:22.000000000 -0800 31 43 @@ -26,8 +26,9 @@ 32 44 /* no need to link with iptables.o */
Note:
See TracChangeset
for help on using the changeset viewer.