From b660adeabc010417f2522d983e61e54c7910bf68 Mon Sep 17 00:00:00 2001 From: jow Date: Sat, 18 Dec 2010 21:09:05 +0000 Subject: [PATCH] [packages] pptpd: always disable libintl git-svn-id: svn://svn.openwrt.org/openwrt/packages@24687 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/pptpd/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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" \ -- 2.11.0