From: Thibault Godouet Date: Wed, 30 Aug 2023 13:34:25 +0000 (+0100) Subject: Add missing LDFLAGS on compiler command lines. X-Git-Tag: ver3_3_2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af4fd02308c677ea0c41331995e8eb48adda6318;p=thirdparty%2Ffcron.git Add missing LDFLAGS on compiler command lines. --- diff --git a/Makefile.in b/Makefile.in index 3ffc63e..b0082dc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -71,7 +71,7 @@ OPTION := #################################### VERSION := @VERSION@ -CFLAGS += $(OPTIM) $(OPTION) $(DEFS) $(CPPFLAGS) +CFLAGS += $(OPTIM) $(OPTION) $(DEFS) $(CPPFLAGS) $(LDFLAGS) ifeq ($(FCRONDYN), 1) LIBOBJS := $(LIBOBJS) endif