From b4fd1197563aca30cf01bf3efaa5c015ba768e11 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 26 Jun 2015 23:01:28 -0700 Subject: Use libicucore's uregex to avoid Depends: libpcre. --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'makefile') 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 -- cgit v1.2.3