You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/e2fsprogs/files/e2fsprogs-1.42.13-fix-build...

14 lines
290 B

https://bugs.gentoo.org/516854
--- e2fsprogs-1.42.13/configure
+++ e2fsprogs-1.42.13/configure
@@ -1315,6 +1315,8 @@
if test $cross_compiling = no; then
BUILD_CFLAGS="$CFLAGS $CPPFLAGS $INCLUDES -DHAVE_CONFIG_H"
BUILD_LDFLAGS="$LDFLAGS"
+else
+ BUILD_CFLAGS="$INCLUDES"
fi