summary refs log tree commit diff
path: root/pkgs/tools/system/gptfdisk/cross-makefile.patch
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-02-26 10:50:18 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-02-26 10:50:18 +0100
commit4f08b0fbac17c201216abbd776ce3bb292ed4946 (patch)
tree129bb0b85b424612237e81d2cf303f7d5c0200fe /pkgs/tools/system/gptfdisk/cross-makefile.patch
parent6b381d4c9bed35caee62265a92986cec189243b2 (diff)
parent1d6abdd1775d12f7a90414c6e6b4c45ffc612246 (diff)
downloadnixpkgs-4f08b0fbac17c201216abbd776ce3bb292ed4946.tar
nixpkgs-4f08b0fbac17c201216abbd776ce3bb292ed4946.tar.gz
nixpkgs-4f08b0fbac17c201216abbd776ce3bb292ed4946.tar.bz2
nixpkgs-4f08b0fbac17c201216abbd776ce3bb292ed4946.tar.lz
nixpkgs-4f08b0fbac17c201216abbd776ce3bb292ed4946.tar.xz
nixpkgs-4f08b0fbac17c201216abbd776ce3bb292ed4946.tar.zst
nixpkgs-4f08b0fbac17c201216abbd776ce3bb292ed4946.zip
Merge remote-tracking branch 'upstream/master' into HEAD
Diffstat (limited to 'pkgs/tools/system/gptfdisk/cross-makefile.patch')
-rw-r--r--pkgs/tools/system/gptfdisk/cross-makefile.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/pkgs/tools/system/gptfdisk/cross-makefile.patch b/pkgs/tools/system/gptfdisk/cross-makefile.patch
new file mode 100644
index 00000000000..0b87de0a17a
--- /dev/null
+++ b/pkgs/tools/system/gptfdisk/cross-makefile.patch
@@ -0,0 +1,20 @@
+commit a5381e8aaa67647a4ba0fb41b951125ae309b078
+Author: Shea Levy <shea@shealevy.com>
+Date:   Sat Feb 24 08:35:54 2018 -0500
+
+    Makefile: Don't hard-code CC and CXX.
+    
+    These variables should be provided by the Make implementation and the
+    build environment. In particular, this fixes cross-compilation of
+    gptfdisk.
+
+diff --git a/Makefile b/Makefile
+index a3576b3..d76fab4 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,5 +1,3 @@
+-CC=gcc
+-CXX=g++
+ CFLAGS+=-D_FILE_OFFSET_BITS=64
+ #CXXFLAGS+=-Wall -D_FILE_OFFSET_BITS=64 -D USE_UTF16
+ CXXFLAGS+=-Wall -D_FILE_OFFSET_BITS=64