]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
libdnet: Disable LTO
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Apr 2021 10:27:37 +0000 (10:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 May 2021 10:40:39 +0000 (10:40 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/libdnet

index 2857013689c2b1c9e08095ce6d9a490f37140dad..033768ea1ba1f13bcd1c199b5810b66b31d6af9f 100644 (file)
@@ -32,6 +32,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
+# Disable LTO
+CFLAGS_LTO =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################