mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Added configure option to disable nls, this now allows cherokee to build, at least on gcc4, haven't tried on gcc2 yet.
This commit is contained in:
@@ -12,7 +12,8 @@ BUILD {
|
||||
autoheader
|
||||
automake --add-missing
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--enable-nls=no
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user