Disable patching for BDB by default; keeping actual patch around in case we want to test with it.
This commit is contained in:
parent
83d278b0dd
commit
da7fee83c9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ rm -rf system db-${DB_VER}
|
|||
|
||||
## Untar and build everything
|
||||
tar -xzf db-${DB_VER}.tar.gz && \
|
||||
(cd db-${DB_VER} && patch -p0 < ../bdb-align.patch ) && \
|
||||
##(cd db-${DB_VER} && patch -p0 < ../bdb-align.patch ) && \
|
||||
(cd db-${DB_VER}/build_unix && \
|
||||
../dist/configure --prefix=$WORKDIR --disable-shared --enable-o_direct --with-pic && make && ranlib libdb-*.a && make install) && \
|
||||
mkdir -p $TARGETDIR/utils && \
|
||||
|
|
Loading…
Reference in a new issue