]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
Add missing LDFLAGS on compiler command lines.
authorThibault Godouet <yo8192@users.noreply.github.com>
Wed, 30 Aug 2023 13:34:25 +0000 (14:34 +0100)
committerThibault Godouet <yo8192@users.noreply.github.com>
Wed, 30 Aug 2023 13:34:25 +0000 (14:34 +0100)
Makefile.in

index 3ffc63e9b33121dcf5253eb751f23f7c27fe5b44..b0082dcb6af6ffe522d8877d5e29851c3256e8ea 100644 (file)
@@ -71,7 +71,7 @@ OPTION :=
 ####################################
 
 VERSION := @VERSION@
-CFLAGS += $(OPTIM) $(OPTION) $(DEFS) $(CPPFLAGS)
+CFLAGS += $(OPTIM) $(OPTION) $(DEFS) $(CPPFLAGS) $(LDFLAGS)
 ifeq ($(FCRONDYN), 1)
 LIBOBJS := $(LIBOBJS)
 endif