Blob Blame History Raw
diff -urN rhc-0.2.0.orig/Makefile rhc-0.2.0/Makefile
--- rhc-0.2.0.orig/Makefile	2021-06-28 14:38:47.000000000 -0400
+++ rhc-0.2.0/Makefile	2021-11-16 13:34:20.741700621 -0500
@@ -42,7 +42,7 @@
 SYSTEMD_SYSTEM_UNIT_DIR  := $(shell pkg-config --variable systemdsystemunitdir systemd)
 
 # Build flags
-LDFLAGS := 
+LDFLAGS ?= 
 LDFLAGS += -X 'github.com/redhatinsights/yggdrasil.Version=$(VERSION)'
 LDFLAGS += -X 'github.com/redhatinsights/yggdrasil.ShortName=$(SHORTNAME)'
 LDFLAGS += -X 'github.com/redhatinsights/yggdrasil.LongName=$(LONGNAME)'