aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2016-09-15 16:34:48 +0200
committerAndreas Oberritter <obi@opendreambox.org>2017-06-26 22:57:16 +0200
commit6e86d8c893cc4a2271dfe56c643077a708b4c6e2 (patch)
tree0f4906f864ccaf42e0e7de266b25fbd41d56d4e5
parent2aa8353150aa7d4e64426a28d1b0e416ca3c20ef (diff)
downloadopenembedded-core-contrib-6e86d8c893cc4a2271dfe56c643077a708b4c6e2.tar.gz
gptfdisk: fix support for 'large' drives
Make's switch '-e' replaced important compiler flags from the project's Makefile, i.e. -D_FILE_OFFSET_BITS=64. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb b/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb
index 8fab28f338..d62a903a70 100644
--- a/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb
+++ b/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "864c8aee2efdda50346804d7e6230407d5f42a8ae754df70404dd8b2fd
UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/gptfdisk/files/gptfdisk/"
UPSTREAM_CHECK_REGEX = "/gptfdisk/(?P<pver>(\d+[\.\-_]*)+)/"
-EXTRA_OEMAKE = "-e MAKEFLAGS="
+EXTRA_OEMAKE = "'CC=${CC}' 'CXX=${CXX}'"
do_install() {
install -d ${D}${sbindir}