Skip to content

Commit

Permalink
Merge pull request #230 from mariux64/fix-libz
Browse files Browse the repository at this point in the history
[zlib] add symlink to .so.1
  • Loading branch information
wwwutz authored Dec 6, 2016
2 parents 53d7d4e + c5f3521 commit 984babf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions zlib-1.2.5-0.bee → zlib-1.2.5-1.bee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

PGRP=( core )

SRCURL="http://www.zlib.net/zlib-1.2.5.tar.bz2"
# SRCURL="http://www.zlib.net/zlib-1.2.5.tar.bz2"
SRCURL="http://downloads.sourceforge.net/project/libpng/zlib/1.2.5/zlib-1.2.5.tar.gz"

# PATCHES=""

Expand All @@ -13,7 +14,6 @@ B=${S}
mee_patch() {
# patch for 1.2.5
sed -i 's/ifdef _LARGEFILE64_SOURCE/ifndef _LARGEFILE64_SOURCE/' zlib.h

}

mee_configure() {
Expand All @@ -32,4 +32,5 @@ mee_install() {
mv -v ${D}/usr/lib/libz.so.* ${D}/lib

ln -sfv /lib/libz.so.1.2.5 ${D}/usr/lib/libz.so
ln -sfv /lib/libz.so.1.2.5 ${D}/usr/lib/libz.so.1
}

0 comments on commit 984babf

Please sign in to comment.