zlib: make sure that shlib has 0755 perms, bumprev.
This commit is contained in:
parent
8e78b429d1
commit
51a87084e6
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'zlib'
|
||||
pkgname=zlib
|
||||
version=1.2.5
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="http://www.zlib.net/$pkgname-$version.tar.bz2"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --shared"
|
||||
|
@ -24,6 +24,7 @@ Add_dependency run glibc
|
|||
|
||||
post_install()
|
||||
{
|
||||
chmod 755 ${DESTDIR}/usr/lib/libz.so.${version}
|
||||
cd ${DESTDIR}/usr/lib && \
|
||||
ln -s libz.so.${version} libz.so.1 &&
|
||||
ln -s libz.so.${version} libz.so
|
||||
|
|
Loading…
Reference in a new issue