summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-07-02 02:37:49 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-07-02 02:37:49 -0700
commit232b396b15248b956dd18092649f378b0db8bd4d (patch)
tree0bb8a29215de710b8dbeb373cd2e6d01e95d32bf /makefile
parente40620ab668eb5ba83806b13eebf91f7defb3453 (diff)
Replace dpkg with an insecure setuid root wrapper.
Diffstat (limited to 'makefile')
-rw-r--r--makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/makefile b/makefile
index f47ab02..be185b6 100644
--- a/makefile
+++ b/makefile
@@ -137,11 +137,15 @@ setnsfpn: setnsfpn.cpp
$(cycc) $(filter %.cpp,$^) $(flags) $(link)
@ldid -T0 -S $@
+cydo: cydo.cpp
+ $(cycc) -std=c++11 $(filter %.cpp,$^) $(flags) $(link) -Wno-deprecated-writable-strings
+ @ldid -T0 -S $@
+
postinst: postinst.mm Sources.mm Sources.h CyteKit/stringWithUTF8Bytes.mm CyteKit/stringWithUTF8Bytes.h CyteKit/UCPlatform.h
$(cycc) -std=c++11 $(filter %.mm,$^) $(flags) $(link) -framework CoreFoundation -framework Foundation -framework UIKit
@ldid -T0 -S $@
-debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia preinst postinst cfversion setnsfpn $(images) $(shell find MobileCydia.app) cydia.control Library/firmware.sh Library/move.sh Library/startup
+debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia preinst postinst cfversion setnsfpn cydo $(images) $(shell find MobileCydia.app) cydia.control Library/firmware.sh Library/move.sh Library/startup
sudo rm -rf _
mkdir -p _/var/lib/cydia
@@ -154,6 +158,9 @@ debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia preinst postinst cfversion s
cp -a cfversion _/usr/libexec/cydia
cp -a setnsfpn _/usr/libexec/cydia
+ cp -a cydo _/usr/libexec/cydia
+ sudo chmod 6755 _/usr/libexec/cydia/cydo
+
mkdir -p _/Library
cp -a LaunchDaemons _/Library/LaunchDaemons