소스 검색

disable bash internal malloc

Waldemar Brodkorb 11 년 전
부모
커밋
f8c81b5a54
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package/bash/Makefile

+ 1 - 0
package/bash/Makefile

@@ -27,6 +27,7 @@ $(eval $(call PKG_template,BASH,bash,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS
 CONFIGURE_ENV+=		bash_cv_getenv_redef=no \
 			bash_cv_job_control_missing=yes
 CONFIGURE_ARGS+=	--disable-rpath \
+			--without-bash-malloc \
 			--cache-file=/dev/null \
 			--enable-job-control \
 			--enable-history