606fa411e8
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/zlib#4838139649437159df1a95cf2b73d6358bc7770d
14 lines
229 B
Plaintext
14 lines
229 B
Plaintext
srpm zlib
|
|
mcd $BUILDDIR/t-zlib
|
|
rsync -av $SRC/zlib-*/ ./
|
|
if [ "$SUFFIX" = "64" ]
|
|
then
|
|
ARGS="--libdir=/usr/lib64"
|
|
fi
|
|
CHOST=${TARGET} \
|
|
prefix=/usr \
|
|
./configure $ARGS
|
|
make
|
|
make $J install DESTDIR=${ROOTFS}
|
|
fix_la zlib
|