summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-11-07 21:17:22 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-11-11 23:23:22 +0100
commitac8f2a9e9404ed07494ed5981abb0785df538ac2 (patch)
tree420eee251dcb6b846e30c1bfd55ea39dbde2f950 /patches
parentc4b923f852823432b7fd57ca569ba9adfdd2b6fd (diff)
downloadptxdist-ac8f2a9e9404ed07494ed5981abb0785df538ac2.tar.gz
ptxdist-ac8f2a9e9404ed07494ed5981abb0785df538ac2.tar.xz
[bind] remove obsolete patch
We don't have bind in the repository any more, so remove the obsolete patches. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/bind-9.3.2/bind-9.3.2-gen-on-host.diff41
1 files changed, 0 insertions, 41 deletions
diff --git a/patches/bind-9.3.2/bind-9.3.2-gen-on-host.diff b/patches/bind-9.3.2/bind-9.3.2-gen-on-host.diff
deleted file mode 100644
index d903d7c5f..000000000
--- a/patches/bind-9.3.2/bind-9.3.2-gen-on-host.diff
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# Submitted-By: Robert Schwebel, 2006-01-02
-# Committed-By: Robert Schwebel
-#
-# Error:
-#
-# make[3]: Leaving directory `/home/rsc/svn/ptxdist-build-0.9-trunk/build-target/bind-9.3.2/lib/isccc'
-# making all in /home/rsc/svn/ptxdist-build-0.9-trunk/build-target/bind-9.3.2/lib/dns
-# make[3]: Entering directory `/home/rsc/svn/ptxdist-build-0.9-trunk/build-target/bind-9.3.2/lib/dns'
-# arm-softfloat-linux-gnu-gcc -I/home/rsc/svn/ptxdist-build-0.9-trunk/build-target/bind-9.3.2 -I. -Iinclude -I/home/rsc/svn/ptxdist-build-0.9-trunk/build-target/bind-9.3.2/lib/dns/include -I../../lib/dns/include -I/home/rsc/svn/ptxdist-build-0.9-trunk/build-target/bind-9.3.2/lib/isc/include -I../../lib/isc -I../../lib/isc/include -I../../lib/isc/unix/include -I../../lib/isc/nothreads/include -DUSE_MD5 -g -O2 -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -L/home/rsc/svn/ptxdist-build-0.9-trunk/local/arm-softfloat-linux-gnu/lib -L/home/rsc/svn/ptxdist-build-0.9-trunk/local/arm-softfloat-linux-gnu/usr/lib -o gen ./gen.c -lnsl
-# ./gen -s . -t > include/dns/enumtype.h
-# /bin/sh: ./gen: cannot execute binary file
-# make[3]: *** [include/dns/enumtype.h] Error 126
-# make[3]: Leaving directory `/home/rsc/svn/ptxdist-build-0.9-trunk/build-target/bind-9.3.2/lib/dns'
-# make[2]: *** [subdirs] Error 1
-# make[2]: Leaving directory `/home/rsc/svn/ptxdist-build-0.9-trunk/build-target/bind-9.3.2/lib'
-# make[1]: *** [subdirs] Error 1
-# make[1]: Leaving directory `/home/rsc/svn/ptxdist-build-0.9-trunk/build-target/bind-9.3.2'
-# make: *** [/home/rsc/svn/ptxdist-build-0.9-trunk/state/bind.compile] Error 2
-#
-# Description:
-#
-# Makefile.in doesn't care about gen being compiled with a host compiler
-#
-# State:
-#
-# unknown
-#
-
-diff -urN bind-9.3.2/lib/dns/Makefile.in bind-9.3.2-ptx/lib/dns/Makefile.in
---- bind-9.3.2/lib/dns/Makefile.in 2004-12-09 05:07:15.000000000 +0100
-+++ bind-9.3.2-ptx/lib/dns/Makefile.in 2006-01-02 09:53:56.000000000 +0100
-@@ -156,7 +156,7 @@
- ./gen -s ${srcdir} > code.h
-
- gen: gen.c
-- ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS}
-+ ${CC_FOR_BUILD} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS}
-
- rbtdb64.@O@: rbtdb.c
-