소스 검색

libxml2: enable ipv6 support if enabled in buildroot

Peter Korsgaard 17 년 전
부모
커밋
6d31b020b0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/libxml2/libxml2.mk

+ 1 - 1
package/libxml2/libxml2.mk

@@ -17,7 +17,7 @@ LIBXML2_CONF_ENV = CC="$(TARGET_CC) $(TARGET_CFLAGS) -DNO_LARGEFILE_SOURCE"
 endif
 
 LIBXML2_CONF_OPT = --with-gnu-ld --enable-shared \
-		--enable-static --enable-ipv6=no \
+		--enable-static $(DISABLE_IPV6) \
 		--without-debugging --without-python \
 		--without-threads $(DISABLE_NLS)