summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/amanda-common/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile
index 043bbbedd78..37e686b5913 100644
--- a/sysutils/amanda-common/Makefile
+++ b/sysutils/amanda-common/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/02/17 17:42:09 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2001/05/29 16:01:57 jlam Exp $
# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp
#
@@ -34,6 +34,15 @@ ADDGROUP= groupadd
CONFIGURE_ARGS+= --without-server --without-restore --without-client
+# Prevent configure script from finding unnecessary libraries.
+#
+CONFIGURE_ENV+= ac_cv_lib_intl_main=no
+CONFIGURE_ENV+= ac_cv_lib_termcap_tgetent=no
+CONFIGURE_ENV+= ac_cv_lib_curses_tgetent=no
+CONFIGURE_ENV+= ac_cv_lib_ncurses_tgetent=no
+CONFIGURE_ENV+= ac_cv_lib_ncurses_tgetent=no
+CONFIGURE_ENV+= ac_cv_lib_readline_readline=no
+
CPPFLAGS= # empty
BUILD_DEFS+= AMANDA_USER AMANDA_SMB AMANDA_VAR