Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit e3bc597

Browse files
authored
ncurses: don't build programs nor term DB (#562)
* ncurses: don't build programs nor term DB * fixup db disabling
1 parent 92b048f commit e3bc597

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/software/ncurses.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
"--enable-pc-files",
5555
"--without-manpages",
5656
"--without-tests",
57+
"--without-progs",
58+
"--disable-db-install",
5759
]
5860

5961
configure_options << "--with-libtool" if ohai["platform"] == "aix"

0 commit comments

Comments
 (0)