mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build: Pass the appropriate flags when building `libstore.a'.
* daemon.am (libstore_a_CFLAGS): Rename to... (libstore_a_CXXFLAGS): ... this.
This commit is contained in:
parent
cbca6eb552
commit
52e5910cdc
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ libstore_a_CPPFLAGS = \
|
|||
-DNIX_BIN_DIR=\"$(bindir)\" \
|
||||
-DOPENSSL_PATH="\"openssl\""
|
||||
|
||||
libstore_a_CFLAGS = \
|
||||
libstore_a_CXXFLAGS = \
|
||||
$(SQLITE3_CFLAGS) $(LIBGCRYPT_CFLAGS)
|
||||
|
||||
bin_PROGRAMS = guix-daemon
|
||||
|
|
Loading…
Reference in a new issue