Skip to content

Commit

Permalink
Drop gznbd
Browse files Browse the repository at this point in the history
We have not looked at this in forever, and it probably does not work
with modern nbd clients anymore.
  • Loading branch information
yoe committed Aug 6, 2024
1 parent da5e07c commit e788607
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I support
SUBDIRS = . man doc tests systemd gznbd
SUBDIRS = . man doc tests systemd
bin_PROGRAMS = nbd-server nbd-trdump nbd-trplay
EXTRA_PROGRAMS = nbd-client make-integrityhuge
noinst_LTLIBRARIES = libnbdsrv.la libcliserv.la libnbdclt.la
Expand Down
14 changes: 0 additions & 14 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,6 @@ else
AC_MSG_RESULT([no])
fi

AC_ARG_ENABLE(
[gznbd],
[AS_HELP_STRING([--enable-gznbd],[Build gznbd too (nbd server with on-the-fly decompression of images. NOTE: no support for newstyle protocol.)])],
[
AS_IF(
[test "x$enableval" = "xyes"],
[ENABLE_GZNBD=yes],
[ENABLE_GZNBD=no]
)
],
[ENABLE_GZNBD=no]
)

AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
Expand Down Expand Up @@ -383,7 +370,6 @@ AC_CONFIG_FILES([Makefile
doc/Doxyfile
doc/Makefile
man/Makefile
gznbd/Makefile
tests/Makefile
tests/code/Makefile
tests/run/Makefile
Expand Down

0 comments on commit e788607

Please sign in to comment.