You need to sign in or sign up before continuing.
Commit a5d5525e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated libcap to 2.27

parent 2a07bc02
all: all:
tar xf libcap-2.25.tar.xz tar xf libcap-2.27.tar.xz
cd libcap-2.25 && sed -i '/install.*STALIBNAME/d' libcap/Makefile cd libcap-2.27 && sed -i '/install.*STALIBNAME/d' libcap/Makefile
$(MAKE) -C libcap-2.25 $(MAKE) -C libcap-2.27
$(MAKE) -C libcap-2.25 RAISE_SETFCAP=no lib=lib prefix=/usr install $(MAKE) -C libcap-2.27 RAISE_SETFCAP=no lib=lib prefix=/usr install
chmod -v 755 /usr/lib/libcap.so chmod -v 755 /usr/lib/libcap.so
mv -v /usr/lib/libcap.so.* /lib mv -v /usr/lib/libcap.so.* /lib
ln -sfv ../../lib/$$(readlink /usr/lib/libcap.so) /usr/lib/libcap.so ln -sfv ../../lib/$$(readlink /usr/lib/libcap.so) /usr/lib/libcap.so
rm -rf libcap-2.25 rm -rf libcap-2.27
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment