added str::tohex() and str::fromhex()
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-24 02:45:14 +09:00
parent 33ba979512
commit 1475451523
4 changed files with 188 additions and 43 deletions

View File

@@ -140,9 +140,9 @@ CFLAGS="${RPM_OPT_FLAGS} -fPIC" CXXFLAGS="${RPM_OPT_FLAGS} -fPIC" ./configure \
--enable-mod-ffi=no \
%endif
%if %{enable_mod_memc}
--enable-mod-memcached=yes \
--enable-mod-memc=yes \
%else
--enable-mod-memcached=no \
--enable-mod-memc=no \
%endif
%if %{enable_mod_mysql}
--with-mysql=yes \