Added --disable-nls for building subversion, so that it won't have a

dependency on gettext.
This commit is contained in:
Scott McCreary
2011-05-15 03:17:21 +00:00
parent 3ffc834111
commit d9e7b074a2

View File

@@ -17,7 +17,8 @@ BUILD {
--with-apr-util=`finddir B_COMMON_BIN_DIRECTORY`/apu-1-config \
--with-neon=$COMMON_DIR \
--with-zlib=$COMMON_DIR \
--with-editor=nano
--with-editor=nano \
--disable-nls
make
}