We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
编译时报错如下:
Package strongswan-pki is missing dependencies for the following libraries: libtls.so.0
我对比了下openwrt/package内的strongswan,发现Makefile有些地方不同,可能是编译失败的原因: https://github.com/openwrt/packages/blob/master/net/strongswan/Makefile#L406
define Package/strongswan-pki $(call Package/strongswan/Default) TITLE+= PKI tool DEPENDS:= strongswan strongswan-libtls endef
VS https://github.com/coolsnowwolf/packages/blob/master/net/strongswan/Makefile#L390
define Package/strongswan-pki $(call Package/strongswan/Default) TITLE+= PKI tool DEPENDS:= strongswan endef
The text was updated successfully, but these errors were encountered:
No branches or pull requests
编译时报错如下:
我对比了下openwrt/package内的strongswan,发现Makefile有些地方不同,可能是编译失败的原因:
https://github.com/openwrt/packages/blob/master/net/strongswan/Makefile#L406
VS
https://github.com/coolsnowwolf/packages/blob/master/net/strongswan/Makefile#L390
The text was updated successfully, but these errors were encountered: