Update to latest release. Add subpackages for redis and libmemcache queues OBS-URL: https://build.opensuse.org/request/show/436149 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=18
13 lines
442 B
Diff
13 lines
442 B
Diff
Index: gearmand-1.1.13/configure
|
|
===================================================================
|
|
--- gearmand-1.1.13.orig/configure
|
|
+++ gearmand-1.1.13/configure
|
|
@@ -18198,6 +18198,7 @@ if test "${with_mysql+set}" = set; then
|
|
withval=$with_mysql;
|
|
if test "$withval" = "no"; then
|
|
want_mysql="no"
|
|
+ found_mysql="no"
|
|
elif test "$withval" = "yes"; then
|
|
want_mysql="yes"
|
|
else
|