summaryrefslogtreecommitdiff
path: root/tin/tin-1.7.3/makecfg-buildcc.patch
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
committerChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
commit2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch)
treebf879bea7ef8517ba8c3d1286ef300401d3d484c /tin/tin-1.7.3/makecfg-buildcc.patch
parent101e2f1623def0a355d20aacb8bd93810703e834 (diff)
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'tin/tin-1.7.3/makecfg-buildcc.patch')
-rw-r--r--tin/tin-1.7.3/makecfg-buildcc.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/tin/tin-1.7.3/makecfg-buildcc.patch b/tin/tin-1.7.3/makecfg-buildcc.patch
deleted file mode 100644
index 2b3dba44f9..0000000000
--- a/tin/tin-1.7.3/makecfg-buildcc.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- tin-1.7.3/src/Makefile.in~makecfg-buildcc
-+++ tin-1.7.3/src/Makefile.in
-@@ -462,7 +462,7 @@
- ./makecfg $(SRCDIR)/tincfg.tbl tincfg.h
-
- makecfg$(EXEEXT): $(OBJDIR)/makecfg.o
-- $(LD) $(LDFLAGS) -o $@ $(OBJDIR)/makecfg.o @LIBS@
-+ $(BUILD_CC) $(BUILD_LDFLAGS) -o $@ $(OBJDIR)/makecfg.o
-
- $(OBJDIR)/active.o: $(SRCDIR)/active.c $(TIN_DEP)
- $(OBJDIR)/art.o: $(SRCDIR)/art.c $(TIN_DEP) \
-@@ -519,6 +519,7 @@
- $(OBJDIR)/main.o: $(SRCDIR)/main.c $(TIN_DEP) \
- $(INCDIR)/version.h
- $(OBJDIR)/makecfg.o: $(SRCDIR)/makecfg.c $(TIN_DEP)
-+ $(BUILD_CC) $(BUILD_CFLAGS) -c -I../include -I../pcre -o $@ $(SRCDIR)/makecfg.c
- $(OBJDIR)/memory.o: $(SRCDIR)/memory.c $(TIN_DEP) \
- $(INCDIR)/rfc2046.h
- $(OBJDIR)/mimetypes.o: $(SRCDIR)/mimetypes.c $(TIN_DEP)