Sfoglia il codice sorgente

use m4 from system, when using bison

Waldemar Brodkorb 15 anni fa
parent
commit
1810254d27
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      package/bison/Makefile

+ 2 - 0
package/bison/Makefile

@@ -16,6 +16,8 @@ include ${TOPDIR}/mk/package.mk
 
 $(eval $(call PKG_template,BISON,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
 
+XAKE_FLAGS+=		M4=m4
+
 post-install:
 	${INSTALL_DIR} ${IDIR_BISON}/usr/bin ${IDIR_BISON}/usr/share/bison
 	${INSTALL_BIN} ${WRKINST}/usr/bin/bison ${IDIR_BISON}/usr/bin