From: Jo-Philipp Wich Date: Sat, 18 Dec 2010 21:09:05 +0000 (+0000) Subject: [packages] pptpd: always disable libintl X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=30dc680c051c95918b240779993f93bd586397f3 [packages] pptpd: always disable libintl SVN-Revision: 24687 --- diff --git a/net/pptpd/Makefile b/net/pptpd/Makefile index 6916eca685..e79e0a7213 100644 --- a/net/pptpd/Makefile +++ b/net/pptpd/Makefile @@ -31,6 +31,9 @@ endef CONFIGURE_ARGS += \ --enable-bcrelay \ +CONFIGURE_VARS += \ + ac_cv_header_libintl_h=no \ + MAKE_FLAGS += \ COPTS="$(TARGET_CFLAGS)" \ INSTALL="install" \