Commit 627b3d2c authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf acl-2.2.52.src.tar.gz
cd acl-2.2.52 && sed -i -e 's|/@pkg_name@|&-@pkg_version@|' include/builddefs.in
cd acl-2.2.52 && sed -i "s:| sed.*::g" test/{sbits-restore,cp,misc}.test
cd acl-2.2.52 && sed -i 's/{(/\\{(/' test/run
cd acl-2.2.52 && sed -i -e "/TABS-1;/a if (x > (TABS-1)) x = (TABS-1);" libacl/__acl_to_any_text.c
cd acl-2.2.52 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --disable-static --libexecdir=/usr/lib
$(MAKE) -C acl-2.2.52
$(MAKE) -C acl-2.2.52 install install-dev install-lib
mv -v /usr/lib/libacl.so.* /lib
ln -sfv /lib/libacl.so.1 /usr/lib/libacl.so
chmod 755 -v /lib/libacl.so.1.1.0
tests:
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C acl-2.2.52 tests ; \
fi
rm -rf acl-2.2.52
bin
/usr/bin/.*
lib
/usr/lib/.*
/lib/.*
headers
/usr/include/.*
locale
/usr/share/locale/.*
doc
/usr/share/doc/.*
man
/usr/share/man/.*
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