mirror of
https://github.com/znc/znc.git
synced 2026-05-03 03:52:33 +02:00
Merge branch '1.6.x'
This commit is contained in:
@@ -64,7 +64,7 @@ script:
|
||||
- cd build
|
||||
- ../configure --enable-perl --enable-python --enable-tcl --enable-cyrus --enable-charset $CFGFLAGS CXXFLAGS="$CXXFLAGS $MYCXXFLAGS" LDFLAGS="$LDFLAGS $MYLDFLAGS"
|
||||
- cat config.log
|
||||
- make V=1 -j3
|
||||
- make V=1
|
||||
- make V=1 test
|
||||
- sudo make install
|
||||
- cd ..
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
<div class="encoding-settings">
|
||||
<? IF EncodingDisabled ?>
|
||||
<div>
|
||||
ZNC is compiled without encodings support. <a href="http://icu-project.org/">ICU</a> is required for it.
|
||||
</div>
|
||||
<? ENDIF ?>
|
||||
<div>
|
||||
<div class="checkboxandlabel checkbox">
|
||||
<input type="radio" name="encoding_utf" id="encoding_utf_legacy" value="legacy" <? IF EncodingUtf == "legacy" ?>checked="checked"<? ENDIF ?> <? IF EncodingDisabled ?>disabled="disabled"<? ENDIF ?> />
|
||||
|
||||
Reference in New Issue
Block a user