Updating build lib to copy over the utilities
This commit is contained in:
parent
61207c1482
commit
036e12fd62
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@ rm -rf system db-${DB_VER}
|
|||
tar -xzf db-${DB_VER}.tar.gz && \
|
||||
(cd db-${DB_VER}/build_unix && \
|
||||
../dist/configure --prefix=$WORKDIR --disable-shared --with-pic && make && ranlib libdb-*.a && make install) && \
|
||||
rm -rf db-${DB_VER}
|
||||
mkdir -p $TARGETDIR/utils && \
|
||||
cp $WORKDIR/bin/* $TARGETDIR/utils && \
|
||||
rm -rf db-${DB_VER}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue