summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-12-03 12:11:28 -0800
committerPatrick Venture <venture@google.com>2018-12-03 12:13:13 -0800
commite04c004b21ede91a1feca00fc72ea54279e1abfb (patch)
tree1883fd2f73228ec4dc95cc2ba2a19a0b786b697d
parent77ff3fe596532f965d86691f20031babcede775d (diff)
downloadphosphor-host-ipmid-e04c004b21ede91a1feca00fc72ea54279e1abfb.tar.gz
phosphor-host-ipmid-e04c004b21ede91a1feca00fc72ea54279e1abfb.zip
build: Fix crypto reference in Makefile_am
Use CRYPTO_LIBS, as LIBCRYPT is undefined. Change-Id: I603ec51067bb2bf5e9d030b9e6ff02dbbabae8f8 Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c9ce2ff..beda315 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -77,7 +77,7 @@ libuserlayer_la_LDFLAGS = \
$(PHOSPHOR_LOGGING_LIBS) \
$(PHOSPHOR_DBUS_INTERFACES_LIBS) \
-lstdc++fs \
- $(LIBPAM) $(LIBCRYPT) -lpam_misc -lssl \
+ $(LIBPAM) $(CRYPTO_LIBS) -lpam_misc -lssl \
-version-info 0:0:0 -shared
libuserlayer_la_CXXFLAGS = \
$(SYSTEMD_CFLAGS) \
OpenPOWER on IntegriCloud