summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-06-26 23:01:28 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-06-26 23:01:28 -0700
commitb4fd1197563aca30cf01bf3efaa5c015ba768e11 (patch)
tree8d8c8ae482e83c8171edb014a8387df408a3d4d6 /makefile
parenta09f7a4894d2dde0ac8820993f3d51ba0fe36810 (diff)
Use libicucore's uregex to avoid Depends: libpcre.
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefile b/makefile
index c76e489..4ca2d6f 100644
--- a/makefile
+++ b/makefile
@@ -45,7 +45,6 @@ libs += -framework WebKit
libs += -lapr-1
libs += -lapt-pkg
libs += -licucore
-libs += -lpcre
uikit :=
uikit += -framework UIKit
@@ -135,7 +134,7 @@ setnsfpn: setnsfpn.cpp
@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 -lpcre
+ $(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