diff options
Diffstat (limited to 'data/odcctools/make.sh')
-rw-r--r-- | data/odcctools/make.sh | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/data/odcctools/make.sh b/data/odcctools/make.sh index ab01d270f..d7405717e 100644 --- a/data/odcctools/make.sh +++ b/data/odcctools/make.sh @@ -1,8 +1,9 @@ -tar -zxvf "${PKG_DATA}/odcctools-209.tgz" -cd odcctools -rm -f include/mach/machine/{boolean,exception,kern_return,processor_info,thread_state,thread_status,vm_param,vm_types}.h -rm -f include/mach/{task,thread_act,thread_status}.h include/mach/machine/rpc.h +pkg:extract +cd * pkg:patch -pkg:configure +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 make pkg:install |