chiark / gitweb /
Build with gl_cv_func_mknod_works=yes
authorFredrik Fornwall <fredrik@fornwall.net>
Thu, 28 Dec 2017 23:07:39 +0000 (00:07 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Thu, 28 Dec 2017 23:43:54 +0000 (00:43 +0100)
build-package.sh

index 6aed337a77e8a77691bde1188ecc5622b5839532..79222ee445434034662a7172437b9d890e9c2662 100755 (executable)
@@ -836,6 +836,7 @@ termux_step_configure_autotools () {
        AVOID_GNULIB+=" gl_cv_func_mkdir_trailing_dot_works=yes"
        AVOID_GNULIB+=" gl_cv_func_mkdir_trailing_slash_works=yes"
        AVOID_GNULIB+=" gl_cv_func_mkfifo_works=yes"
+       AVOID_GNULIB+=" gl_cv_func_mknod_works=yes"
        AVOID_GNULIB+=" gl_cv_func_realpath_works=yes"
        AVOID_GNULIB+=" gl_cv_func_select_detects_ebadf=yes"
        AVOID_GNULIB+=" gl_cv_func_snprintf_posix=yes"