From: jow Date: Sat, 18 Dec 2010 21:09:05 +0000 (+0000) Subject: [packages] pptpd: always disable libintl X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b660adeabc010417f2522d983e61e54c7910bf68;p=packages.git [packages] pptpd: always disable libintl git-svn-id: svn://svn.openwrt.org/openwrt/packages@24687 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/pptpd/Makefile b/net/pptpd/Makefile index 6916eca68..e79e0a721 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" \