JavaScript error: Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "default-src 'self' http: https: data: blob: 'unsafe-inline'". (https://git.lalonde.me/assets/js/index.js?v=1.18.3 @ 19:71758). Open browser console to see more details.

23 lines
640 B

################################################################################
#
# connectproxy
#
################################################################################
CONNECTPROXY_VERSION = 1.104
9 years ago
CONNECTPROXY_SOURCE = $(CONNECTPROXY_VERSION).tar.gz
CONNECTPROXY_SITE = https://bitbucket.org/gotoh/connect/get/
CONNECTPROXY_LICENSE = GPLv2
define CONNECTPROXY_BUILD_CMDS
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
endef
define CONNECTPROXY_INSTALL_TARGET_CMDS
9 years ago
$(INSTALL) -m 0755 -D $(@D)/connect $(TARGET_DIR)/usr/bin/connect
ln -s /usr/bin/connect $(TARGET_DIR)/usr/bin/connect-proxy
endef
$(eval $(generic-package))