util-linux-uclibc-build-fix.patch 601 B

12345678910111213141516
  1. Signed-off-by: Khem Raj <raj.khem@gmail.com>
  2. Index: util-linux-2.19.1/configure.ac
  3. ===================================================================
  4. --- util-linux-2.19.1.orig/configure.ac
  5. +++ util-linux-2.19.1/configure.ac
  6. @@ -250,7 +250,7 @@ esac
  7. AC_MSG_CHECKING(whether program_invocation_short_name is defined)
  8. -AC_TRY_COMPILE([#include <argp.h>],
  9. +AC_TRY_COMPILE([#include <errno.h>],
  10. [program_invocation_short_name = "test";],
  11. AC_DEFINE(HAVE_PROGRAM_INVOCATION_SHORT_NAME, 1,
  12. [Define if program_invocation_short_name is defined])