Commit b8910e46 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded acl to 2.3.1

parent 6265d586
all: all:
tar xf acl-2.2.53.tar.gz tar xf acl-2.3.1.tar.xz
cd acl-2.2.53 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --bindir=/bin --disable-static --libexecdir=/usr/lib --docdir=/usr/share/doc/acl-2.2.53 cd acl-2.3.1 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --bindir=/bin --disable-static --libexecdir=/usr/lib --docdir=/usr/share/doc/acl-2.3.1
$(MAKE) -C acl-2.2.53 $(MAKE) -C acl-2.3.1
$(MAKE) -C acl-2.2.53 install $(MAKE) -C acl-2.3.1 install
mv -v /usr/lib/libacl.so.* /lib mv -v /usr/lib/libacl.so.* /lib
ln -sfv ../../lib/$$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so ln -sfv ../../lib/$$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so
tests: tests:
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C acl-2.2.53 check ; \ $(MAKE) -C acl-2.3.1 check ; \
fi fi
rm -rf acl-2.2.53 rm -rf acl-2.3.1
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