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-libs/e2fsprogs-libs/files/e2fsprogs-libs-1.42.13-fix-...

14 lines
300 B

https://bugs.gentoo.org/516854
--- e2fsprogs-libs-1.42.13/configure
+++ e2fsprogs-libs-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