Skip to content
New issue

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

strongswan内的pki包编译失败 #744

Open
allenfoxtc opened this issue Dec 27, 2023 · 0 comments
Open

strongswan内的pki包编译失败 #744

allenfoxtc opened this issue Dec 27, 2023 · 0 comments

Comments

@allenfoxtc
Copy link

allenfoxtc commented Dec 27, 2023

编译时报错如下:

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant