X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fcis-zlib;h=b5ba571a1d998e6a1a344c989e91098a61cfa7f1;hb=d285862d69e7fd12b359fbdb594a9d78607ece1f;hp=f01fc25d8d4881702962687c8f6640082080f424;hpb=6d3d50c17b24ef41f917f5776696eca810198092;p=hvlinux.git diff --git a/stage1/cis-zlib b/stage1/cis-zlib index f01fc25..b5ba571 100755 --- a/stage1/cis-zlib +++ b/stage1/cis-zlib @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -o errexit # First argument of this script is the package name @@ -13,8 +13,7 @@ apply_patches ${1} cd ${LFS_TMP}/${1} CC="${CC} ${CLFS_BUILDFLAGS}" ./configure \ - --prefix=/tools \ - --shared + --prefix=/tools ${HVMAKE} # Installing the shared library