Skip to content

Commit 557cea0

Browse files
committed
Add crypto library to link command line.
1 parent 8ba26aa commit 557cea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ifeq ($(HAVE_SYSTEMD),0)
3838
override CFLAGS += -DHAVE_SYSTEMD
3939
endif
4040

41-
LDFLAGS += -lswitchtec
41+
LDFLAGS += -lswitchtec -lcrypto
4242

4343
RPMBUILD = rpmbuild
4444
TAR = tar

0 commit comments

Comments
 (0)