From 9a0ff4367f5182e284adac898ed0342adc28ae4a Mon Sep 17 00:00:00 2001 From: Nate Roiger Date: Tue, 9 Aug 2022 14:33:14 -0500 Subject: [PATCH] Add to LDFLAGS to ensure the assignment is not ignored Signed-off-by: Nate Roiger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6785a723..016ffa67 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ ifeq ($(HAVE_SYSTEMD),0) override CFLAGS += -DHAVE_SYSTEMD endif -LDFLAGS += -lswitchtec -lcrypto +override LDFLAGS += -lswitchtec -lcrypto RPMBUILD = rpmbuild TAR = tar