diff options
-rw-r--r-- | package/gpm/gpm.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/gpm/gpm.mk b/package/gpm/gpm.mk index dcf075a9c6..dee6208113 100644 --- a/package/gpm/gpm.mk +++ b/package/gpm/gpm.mk @@ -15,7 +15,8 @@ GPM_DEPENDENCIES = host-bison # if not already installed in staging dir, gpm Makefile may fail to find some # of the headers needed to generate build dependencies, the first time it is # built. CPPFLAGS is used to pass the right include path to dependency rules. -GPM_CONF_ENV = CPPFLAGS="$(TARGET_CPPFLAGS) -I$(@D)/src/headers/" +GPM_CONF_ENV = CPPFLAGS="$(TARGET_CPPFLAGS) -I$(@D)/src/headers/" \ + ac_cv_path_emacs=no # For some reason, Microblaze gcc does not define __ELF__, which gpm # configure script uses to determine whether the architecture uses ELF |