summaryrefslogtreecommitdiff
path: root/nix/fix-Makefile.patch
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-12-01 19:12:25 +0100
committerEugen Wissner <belka@caraus.de>2020-12-01 19:12:25 +0100
commitf5aaf1a0a7c42ce1fe8b68cb198e3f15aca566fe (patch)
tree2a1e03d53c710e00847c93021255ff98b7476430 /nix/fix-Makefile.patch
parentc764566f46d002a711327b3d0fd17cc41eb2d62b (diff)
downloadslackbuilder-f5aaf1a0a7c42ce1fe8b68cb198e3f15aca566fe.tar.gz
nix: Updated for version 2.3.9
Diffstat (limited to 'nix/fix-Makefile.patch')
-rw-r--r--nix/fix-Makefile.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/nix/fix-Makefile.patch b/nix/fix-Makefile.patch
deleted file mode 100644
index 37646d3..0000000
--- a/nix/fix-Makefile.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Subject: Append CPPFLAGS to GLOBAL_*FLAGS, copy LDFLAGS into GLOBAL_LDFLAGS
-Author: Kai Harries <kai.harries@gmail.com>
-
-I (thk@) am not sure what this patch is needed for. I guess so that Debian
-specific build options are respected?
-
---- a/Makefile
-+++ b/Makefile
-@@ -19,4 +19,8 @@ GLOBAL_CXXFLAGS += -g -Wall -include config.h
-
- -include Makefile.config
-
-+GLOBAL_CFLAGS += $(CPPFLAGS)
-+GLOBAL_CXXFLAGS += $(CPPFLAGS)
-+GLOBAL_LDFLAGS += $(LDFLAGS)
-+
- include mk/lib.mk