Witold Filipczyk
e4b10df949
[configure.ac] --with-luapkg=name let user choose Lua version
...
For example:
--with-luapkg=luajit
or
--with-luapkg=lua5.2
etc.
If you do not want lua, omit this configure option or pass --with-luapkg=
Old --without-lua was removed.
2020-05-31 16:24:24 +02:00
Witold Filipczyk
058c3f6d0a
[configure.ac] Let build with lua52 or lua53 also. Refs #46
...
Preferred is lua51, but next are checked 53, and finally 52
2020-05-22 21:01:15 +02:00
Witold Filipczyk
83706c49ba
[configure.ac] Do not show warnings related to gettext for gcc-10
...
It is not a good idea, but warnings also look ugly.
2020-05-18 21:49:58 +02:00
Witold Filipczyk
6a581dd044
[cofigure.ac] gcc-9 on Raspbian
2020-05-17 18:53:57 +02:00
Witold Filipczyk
5967eb93b4
[python3] python3 for asciidoc
2020-01-04 20:12:34 +01:00
Witold Filipczyk
a27e9b168c
[python3] adjust code to Python3 in test scripts. Refs #38
...
I don't know how to fix big_file.cgi
If you know how to get equivalent of this script in Python3, tell me.
2020-01-01 16:07:14 +01:00
Witold Filipczyk
df905c7481
Changed version.
2019-12-27 17:33:27 +01:00
Witold Filipczyk
e8cb012ada
[ssl] Allow older versions of openssl. Refs #37
2019-12-06 18:50:31 +01:00
Witold Filipczyk
5c71cc384e
[configure] gcc -dumpversion returns 8 on Debian Buster
2019-11-14 15:21:44 +01:00
Witold Filipczyk
b3e01b3298
[scripting] python scripting with Python3.
...
Only utf-8 encoding is supported.
2019-11-11 13:33:37 +01:00
Witold Filipczyk
41164c9d73
[configure.ac] gcc9
2019-08-24 12:42:49 +02:00
Witold Filipczyk
90086599da
[encoding] Experimental zstd encoding
2019-07-14 18:54:39 +02:00
Witold Filipczyk
3d96b0d7d7
Revert "Compile with C++."
...
This reverts commit 4f4df33638
.
2019-04-21 12:27:40 +02:00
Witold Filipczyk
4f4df33638
Compile with C++.
...
Weak points:
- alignof
- js problems
Todo:
- make js work with C++ and mozjs-17
- then mozjs-24
- then mozjs-52
- then mozjs-60
- decrease number of warnings
2019-02-17 20:46:16 +01:00
Witold Filipczyk
25dd2ecae9
Changed ecmascript engine to mozjs-17.0.
...
Was not tested, especially smjs is likely buggy.
2019-02-10 21:00:37 +01:00
Witold Filipczyk
6ec3fc3f33
More user friendly method to set expires in cookie dialog.
2018-08-25 22:44:11 +02:00
rkd77
26d1759d35
Merge pull request #15 from doughdemon/musl
...
Musl compatibility
2017-11-24 15:19:55 +01:00
Felix Janda
9555619c50
Remove __va_copy configure test
...
__va_copy is a macro and can be detected via #ifdef.
2017-11-23 19:15:35 -05:00
KURASAWA Nozomu
e1ac2896c6
Add Japanese translations.
2017-11-23 18:42:31 -05:00
Felix Janda
bfb4733f39
Don't use <sys/signal.h>
...
This legacy header appears to be unused. Removing its includes
avoids numerous warnings when compiling with musl libc:
/usr/include/sys/signal.h:1:2: warning: #warning redirecting incorrect #include <sys/signal.h> to <signal.h> [-Wcpp]
2017-11-23 17:51:41 -05:00
Felix Janda
c5a6c6bd1b
configure: Use AC_USE_SYSTEM_EXTENSIONS
...
Fixes
warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
2017-11-22 17:02:00 -05:00
Felix Janda
06832623ad
Rename configure.in to configure.ac
...
Avoids aclocal warning
2017-11-22 17:01:48 -05:00