소스 검색

swig: make it compile even if pcre libs are not available

Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin 9 년 전
부모
커밋
010cb4848d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      utils/swig/Makefile

+ 3
- 0
utils/swig/Makefile 파일 보기

@@ -28,6 +28,9 @@ define Package/swig
28 28
   BUILDONLY:=1
29 29
 endef
30 30
 
31
+HOST_CONFIGURE_ARGS+= \
32
+	--without-pcre
33
+
31 34
 define Package/swig/description
32 35
   tool that generates bindings for various languages
33 36
 endef