summaryrefslogtreecommitdiff
path: root/data/network-cmds
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/network-cmds
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/network-cmds')
-rw-r--r--data/network-cmds/make.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/network-cmds/make.sh b/data/network-cmds/make.sh
index 7545bf0eb..e1b564df3 100644
--- a/data/network-cmds/make.sh
+++ b/data/network-cmds/make.sh
@@ -1,6 +1,5 @@
shopt -s extglob
-tar -zxvf "${PKG_DATA}/network_cmds-306.tar.gz"
-cd network_cmds-306
+pkg:setup
for tproj in !(natd|ping|spray).tproj; do
tproj=$(basename "${tproj}" .tproj)
"${PKG_TARG}-gcc" -o "${tproj}" "${tproj}.tproj"/*.c -DPRIVATE -Dether_ntohost=_old_ether_ntohost