summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali <kali@leap.se>2020-10-13 20:54:55 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-10-23 23:22:00 +0200
commit0176694cf5c418134a9eb183e021d03073065474 (patch)
treeceb2fa4d490a5ee55beeb5110aeb4e58412b68a7 /Makefile
parent78155298edd9d80a395928fdc72f152a158df959 (diff)
[pkg] update mbedtls version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 8c4748e..28b03f7 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,6 @@ dependsLinux:
@# debian needs also: snap install snapcraft --classic; snap install multipass --beta --classic
dependsDarwin:
- # TODO - bootstrap homebrew if not there
@brew install python3 golang make pkg-config curl
@brew install --default-names gnu-sed
@@ -112,13 +111,8 @@ ifeq (${PLATFORM}, darwin)
@cp "${TEMPLATES}/qtinstaller/osx-data/post-install.py" ${INST_DATA}/
@cp "${TEMPLATES}/qtinstaller/osx-data/uninstall.py" ${INST_DATA}/
@cp "${TEMPLATES}/qtinstaller/osx-data/se.leap.bitmask-helper.plist" ${INST_DATA}/
+ @cp $(OPENVPN_BIN) ${INST_DATA}/openvpn.leap
@cp build/bin/${PLATFORM}/bitmask-helper ${INST_DATA}/
- # FIXME our static openvpn build fails with an "Assertion failed at crypto.c". Needs to be fixed!!! - kali
- # a working (old) version:
- #@curl -L https://downloads.leap.se/thirdparty/osx/openvpn/openvpn -o build/${PROVIDER}/staging/openvpn-osx
- #FIXME FIXME @cp $(OPENVPN_BIN) ${INST_DATA}/openvpn.leap
- @rm -f ${INST_DATA}openvpn.leap && cp /usr/local/bin/openvpn ${INST_DATA}/openvpn.leap
- @echo "WARNING: workaround for broken static build. Shipping homebrew dynamically linked instead"
@echo "[+] Running macdeployqt"
@macdeployqt ${QTBUILD}/release/${PROVIDER}-vpn.app ${MACDEPLOYQT_OPTS}
@cp -r "${QTBUILD}/release/${TARGET}.app"/ ${INST_DATA}/