|
Line 0
Link Here
|
|
|
1 |
--- Makefile.orig 2018-07-02 17:45:52.000000000 +0200 |
| 2 |
+++ Makefile 2018-07-04 10:35:57.228161000 +0200 |
| 3 |
@@ -1,4 +1,4 @@ |
| 4 |
-SHELL=/bin/bash -o pipefail -o errexit |
| 5 |
+SHELL=/usr/local/bin/bash -o pipefail -o errexit |
| 6 |
|
| 7 |
include config.mk |
| 8 |
include platform.mk |
| 9 |
@@ -32,8 +32,8 @@ |
| 10 |
$(eval $(call find_bin,doxygen)) |
| 11 |
$(eval $(call find_bin,sphinx-build)) |
| 12 |
$(eval $(call find_pythonpkg,breathe)) |
| 13 |
-#$(eval $(call find_lib,libmemcached,1.0)) |
| 14 |
-#$(eval $(call find_lib,hiredis,,yes)) |
| 15 |
+$(eval $(call find_lib,libmemcached,1.0)) |
| 16 |
+$(eval $(call find_lib,hiredis,,yes)) |
| 17 |
$(eval $(call find_lib,socket_wrapper)) |
| 18 |
$(eval $(call find_lib,libsystemd,227)) |
| 19 |
$(eval $(call find_lib,gnutls)) |
| 20 |
@@ -118,8 +118,8 @@ |
| 21 |
$(info [$(HAS_sphinx-build)] sphinx-build (doc)) |
| 22 |
$(info [$(HAS_breathe)] python-breathe (doc)) |
| 23 |
$(info [$(HAS_go)] go (modules/go, Go buildmode=c-shared support)) |
| 24 |
-# $(info [$(HAS_libmemcached)] libmemcached (modules/memcached)) |
| 25 |
-# $(info [$(HAS_hiredis)] hiredis (modules/redis)) |
| 26 |
+ $(info [$(HAS_libmemcached)] libmemcached (modules/memcached)) |
| 27 |
+ $(info [$(HAS_hiredis)] hiredis (modules/redis)) |
| 28 |
$(info [$(HAS_cmocka)] cmocka (tests/unit)) |
| 29 |
$(info [$(HAS_libsystemd)] systemd (daemon)) |
| 30 |
$(info [$(HAS_nettle)] nettle (modules/cookies)) |