aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@ba58616d-3abc-4c77-8745-3ba8ad4a582f>2013-03-15 19:19:32 +0000
committereschnett <eschnett@ba58616d-3abc-4c77-8745-3ba8ad4a582f>2013-03-15 19:19:32 +0000
commit23e1a9ebebc58fd50584ceae8136d13f5fa1e609 (patch)
tree4597bb3b4b67ee036cf8b8940932e0720b7760fd
parent22d407ece3685aeb21ea70caffe74479a5a5f28d (diff)
Disable shared libraries
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/libjpeg/trunk@25 ba58616d-3abc-4c77-8745-3ba8ad4a582f
-rwxr-xr-xconfigure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index 58b9483..d014575 100755
--- a/configure.sh
+++ b/configure.sh
@@ -106,7 +106,7 @@ then
echo "libjpeg: Configuring..."
cd ${NAME}
- ./configure --prefix=${LIBJPEG_DIR}
+ ./configure --prefix=${LIBJPEG_DIR} --enable-shared=no
echo "libjpeg: Building..."
${MAKE}