Skip to content

Commit 039b178

Browse files
committed
Disable readline in gdbm build
We don't need the REPL, just the library
1 parent bc428ce commit 039b178

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

M2/libraries/gdbm/Makefile.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ifeq (@SHARED@,no)
77
CONFIGOPTIONS += --disable-shared --enable-static
88
endif
99

10+
CONFIGOPTIONS += --without-readline
11+
1012
ifeq ($(VERSION) @host@,1.9.1 x86_64-w64-mingw32)
1113
PATCHFILE += @abs_srcdir@/patch-1.9.1-mingw64
1214
endif

0 commit comments

Comments
 (0)