summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-29 16:01:57 +0000
committerjlam <jlam>2001-05-29 16:01:57 +0000
commit36d5b15b7fd4aa1b1cacf59f00fcce31f6dfe806 (patch)
treeed52a9fc0d6050e5a82420cf4d36694ec3f0ea61 /sysutils
parent0a9788da81f63ad5f589301544d1491bb728ea8f (diff)
downloadpkgsrc-36d5b15b7fd4aa1b1cacf59f00fcce31f6dfe806.tar.gz
Prevent configure script from finding unnecessary libraries: readline,
termcap, and intl. This package shouldn't find and link against any of those libraries.
Diffstat (limited to 'sysutils')
-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