29ce1d2a2a
version 2.8.2 OBS-URL: https://build.opensuse.org/request/show/116820 OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=7
17 lines
740 B
Diff
17 lines
740 B
Diff
Index: plugins-src/rabbitmq-auth-backend-ldap/package.mk
|
|
===================================================================
|
|
--- plugins-src/rabbitmq-auth-backend-ldap/package.mk.orig
|
|
+++ plugins-src/rabbitmq-auth-backend-ldap/package.mk
|
|
@@ -1,7 +1,7 @@
|
|
RELEASABLE:=true
|
|
DEPS:=rabbitmq-server rabbitmq-erlang-client eldap-wrapper
|
|
|
|
-ifeq ($(shell nc -z localhost 389 && echo true),true)
|
|
-WITH_BROKER_TEST_COMMANDS:=eunit:test(rabbit_auth_backend_ldap_test,[verbose])
|
|
-WITH_BROKER_TEST_CONFIG:=$(PACKAGE_DIR)/etc/rabbit-test
|
|
-endif
|
|
+# ifeq ($(shell nc -z localhost 389 && echo true),true)
|
|
+# WITH_BROKER_TEST_COMMANDS:=eunit:test(rabbit_auth_backend_ldap_test,[verbose])
|
|
+# WITH_BROKER_TEST_CONFIG:=$(PACKAGE_DIR)/etc/rabbit-test
|
|
+# endif
|