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
目前会出现下面的问题:
ERROR: package/feeds/packages/unrar failed to build (build variant: bin).
unrar 7.0 的 makefile 中多出来下面一段,专门声明了解决并行编译问题:
# We removed 'clean' from dependencies, because it prevented parallel # 'make -Jn' builds. unrar: $(OBJECTS) $(UNRAR_OBJ) @rm -f unrar $(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS) $(STRIP) unrar
或者如果不升级的话,我制作了一个 patch 来补丁现在 6.x 版本的 makefile,但要在编译之前丢到 feeds/packages/utils/unrar/patches/ 底下 101-suffix-rule-dependency.PATCH
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前会出现下面的问题:
ERROR: package/feeds/packages/unrar failed to build (build variant: bin).
unrar 7.0 的 makefile 中多出来下面一段,专门声明了解决并行编译问题:
或者如果不升级的话,我制作了一个 patch 来补丁现在 6.x 版本的 makefile,但要在编译之前丢到 feeds/packages/utils/unrar/patches/ 底下
101-suffix-rule-dependency.PATCH
The text was updated successfully, but these errors were encountered: