Skip to content

Commit

Permalink
enable pic
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Nov 22, 2024
1 parent 00294dd commit e48e37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_solaris.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ cd ${BUILDDIR}

download_verify_extract gdbm-1.23.tar.gz
cd gdbm*
./configure --enable-libgdbm-compat --disable-shared --prefix=${DEPSDIR}
./configure --enable-libgdbm-compat --disable-shared --with-pic --prefix=${DEPSDIR}
gmake -j4
gmake install
install_license
Expand Down

0 comments on commit e48e37f

Please sign in to comment.