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" \