]> git.saurik.com Git - cycript.git/blobdiff - Darwin-arm.mk
Started working on variable name replacement strategies and generally improved compiler.
[cycript.git] / Darwin-arm.mk
index bf62c96b421aee85eaab26be610eab6bb8b75a28..4b0cdfb49d88b8a34d7d4d7f5351d4efd3870894 100644 (file)
@@ -4,7 +4,7 @@ all += #cyrver
 
 arch := iphoneos-arm
 console += -framework UIKit
-depends += readline libffi mobilesubstrate sqlite3-lib
+depends += apr-lib readline libffi mobilesubstrate sqlite3-lib
 #library += -framework CFNetwork
 library += -framework WebCore
 # XXX: all Darwin, maybe all device, should have this
@@ -18,6 +18,7 @@ cyrver: Server.o
            -lapr-1 -lsubstrate -framework CFNetwork
        $(ldid) $@
 
-extra:
+extra::
+       sed -i -e '/^Depends: / s/\<mobilesubstrate\>/mobilesubstrate (>= 0.9.3072)/g' package/DEBIAN/control
        #mkdir -p package/System/Library/LaunchDaemons
        #cp -pR com.saurik.Cyrver.plist package/System/Library/LaunchDaemons