From 7f6d6e19c9a5499321fd7a18ad66d38dad892b01 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 7 Apr 2021 13:09:47 +0000 Subject: [PATCH] libcap: Do not build for Go I think we do not need this. Signed-off-by: Michael Tremer --- lfs/libcap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libcap b/lfs/libcap index 55110138a8..5c2d843ad3 100644 --- a/lfs/libcap +++ b/lfs/libcap @@ -72,8 +72,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) # Prevent a static library from being installed cd $(DIR_APP) && sed -i '/install.*STALIBNAME/d' libcap/Makefile - cd $(DIR_APP) && make - cd $(DIR_APP) && make install + cd $(DIR_APP) && make GOLANG=no + cd $(DIR_APP) && make install GOLANG=no # links for old binaries ln -svf libcap.so.2 /lib/libcap.so.1 ln -svf /lib/libcap.so.2.25 /usr/lib/libcap.so -- 2.39.2