From 30dc680c051c95918b240779993f93bd586397f3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 18 Dec 2010 21:09:05 +0000 Subject: [PATCH] [packages] pptpd: always disable libintl SVN-Revision: 24687 --- net/pptpd/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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" \ -- 2.30.2