ports/devel/codechecker/patches/patch-web_Makefile

13 lines
459 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: web/Makefile
--- web/Makefile.orig
+++ web/Makefile
@@ -126,7 +126,7 @@ package: package_dir_structure package_web
cp $(ROOT)/LICENSE.TXT $(CC_BUILD_DIR)
package_api:
- ${PYTHON_BIN} -m pip install --no-deps -t ${CC_BUILD_LIB_DIR} \
+ ${PYTHON_BIN} -m pip install --no-index --no-cache --no-deps -t ${CC_BUILD_LIB_DIR} \
api/py/codechecker_api/dist/codechecker_api.tar.gz \
api/py/codechecker_api_shared/dist/codechecker_api_shared.tar.gz