summaryrefslogtreecommitdiff
path: root/data/odcctools/make.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2009-08-15 09:09:43 +0000
committerJay Freeman <saurik@saurik.com>2009-08-15 09:09:43 +0000
commiteea19f0839038b57bd63dd7f0083ee4d102ec458 (patch)
treebeda40ba61b44671d763da42efdfb5960ea2fff2 /data/odcctools/make.sh
parent9f7df9aa2a95a1596149ca5d98aa695ad203d449 (diff)
Various things I forgot to commit.
git-svn-id: http://svn.telesphoreo.org/trunk@674 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/odcctools/make.sh')
-rw-r--r--data/odcctools/make.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/odcctools/make.sh b/data/odcctools/make.sh
index 94757a91a..9a1f484dc 100644
--- a/data/odcctools/make.sh
+++ b/data/odcctools/make.sh
@@ -2,6 +2,8 @@ pkg:setup
rm -f include/libkern/OSByteOrder.h
rm -f include/mach/{task,thread_act,thread_status}.h
rm -f include/mach/machine/{boolean,exception,kern_return,processor_info,rpc,thread_state,thread_status,vm_param,vm_types}.h
-pkg:configure --disable-ld64 ac_cv_header_objc_objc_runtime_h=no
+pkg:configure --enable-ld64 ac_cv_header_objc_objc_runtime_h=no
make
pkg:install
+pkg: mv /usr/bin/ld{,_classic}
+pkg: ln -s ld64 /usr/bin/ld