From a9128eac414e56882a12571e4856873a19ff6ec3 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 12 Dec 2012 15:32:35 +0100 Subject: daemon: Use `openssl' from $PATH. * daemon.am (-DOPENSSL_PATH): Default to "openssl". * TODO: Mention removal of OpenSSL dependency. --- daemon.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon.am') diff --git a/daemon.am b/daemon.am index b2c0e649eb..aa75c6ed29 100644 --- a/daemon.am +++ b/daemon.am @@ -114,7 +114,7 @@ libstore_a_CPPFLAGS = \ -DNIX_CONF_DIR=\"$(sysconfdir)/nix\" \ -DNIX_LIBEXEC_DIR=\"$(libexecdir)\" \ -DNIX_BIN_DIR=\"$(bindir)\" \ - -DOPENSSL_PATH="\"FIXME--no OpenSSL support\"" + -DOPENSSL_PATH="\"openssl\"" libstore_a_CFLAGS = \ $(SQLITE3_CFLAGS) $(LIBGCRYPT_CFLAGS) -- cgit v1.2.3