summaryrefslogtreecommitdiff
path: root/data/bind
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-04-14 23:22:48 +0000
committerJay Freeman <saurik@saurik.com>2008-04-14 23:22:48 +0000
commit7817782b2837cf98f7566e13f80b9c071ff20139 (patch)
tree452a5677d990e0d9dc9c36ac08bd4204e447afc2 /data/bind
parente615a71056dfae4f19dfef86331eb030494b79b7 (diff)
Fixed some dependencies, removed mDNS fix for 2.0, and factored for multi-arch support.
git-svn-id: http://svn.telesphoreo.org/trunk@218 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/bind')
-rw-r--r--data/bind/gen.diff12
-rw-r--r--data/bind/make.sh3
2 files changed, 1 insertions, 14 deletions
diff --git a/data/bind/gen.diff b/data/bind/gen.diff
deleted file mode 100644
index 9816fafba..000000000
--- a/data/bind/gen.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -r -u bind-9.3.2-P2/lib/dns/Makefile.in bind-9.3.2-P2+iPhone/lib/dns/Makefile.in
---- bind-9.3.2-P2/lib/dns/Makefile.in 2004-12-09 04:07:15.000000000 +0000
-+++ bind-9.3.2-P2+iPhone/lib/dns/Makefile.in 2007-12-28 05:22:22.000000000 +0000
-@@ -156,7 +156,7 @@
- ./gen -s ${srcdir} > code.h
-
- gen: gen.c
-- ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS}
-+ gcc ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS}
-
- rbtdb64.@O@: rbtdb.c
-
diff --git a/data/bind/make.sh b/data/bind/make.sh
index d697a3f20..950c5c6b5 100644
--- a/data/bind/make.sh
+++ b/data/bind/make.sh
@@ -1,5 +1,4 @@
-pkg:extract
-cd *
+pkg:setup
pkg:configure --with-randomdev=/dev/random BUILD_CC=gcc
make
pkg:install