We do not use the cpp lib so why compile it.
This commit is contained in:
parent
49fe796dab
commit
039f28d136
|
@ -1,4 +1,4 @@
|
|||
#! /bin/sh
|
||||
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||
$srcpath/configure "$@" --disable-shared --with-pic
|
||||
$srcpath/configure "$@" --disable-shared --with-pic --disable-cpp
|
||||
|
||||
|
|
Loading…
Reference in New Issue