added str::tohex() and str::fromhex()
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user