diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-12-12 15:32:35 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-12-12 15:32:35 +0100 |
commit | a9128eac414e56882a12571e4856873a19ff6ec3 (patch) | |
tree | e12bc338d77c78fff998953dd0d7f1cf27f22e18 /daemon.am | |
parent | 4d152bf1d9ff894119e913e6506632348107cf65 (diff) | |
download | patches-a9128eac414e56882a12571e4856873a19ff6ec3.tar patches-a9128eac414e56882a12571e4856873a19ff6ec3.tar.gz |
daemon: Use `openssl' from $PATH.
* daemon.am (-DOPENSSL_PATH): Default to "openssl".
* TODO: Mention removal of OpenSSL dependency.
Diffstat (limited to 'daemon.am')
-rw-r--r-- | daemon.am | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |