mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Mark something that doesn't work.
This commit is contained in:
parent
f32ae8dd3c
commit
3f8baf17b2
2 changed files with 8 additions and 2 deletions
5
configure
vendored
5
configure
vendored
|
|
@ -6741,7 +6741,10 @@ fi
|
|||
if test $have_libz != yes; then
|
||||
subdirs="$subdirs libz"
|
||||
|
||||
ac_configure_args="$ac_configure_args '--with-libz-prefix=\$(top_srcdir)/$ZLIBDIR'"
|
||||
# TODO: This doesn't work because libssh2's configure script is looking for
|
||||
# already-built libs. Giving up for now: build libz first or install
|
||||
# headers/libs on your own if you want compression support for SSH.
|
||||
#ac_configure_args="$ac_configure_args '--with-libz-prefix=../../$ZLIBDIR'"
|
||||
CPPFLAGS="-I\$(top_srcdir)/$ZLIBDIR $CPPFLAGS"
|
||||
ZLIB_LIBS="$ZLIBDIR/libz.a"
|
||||
ZLIB_BUILD="build-zlib"
|
||||
|
|
|
|||
|
|
@ -613,7 +613,10 @@ if test $with_libz != no; then
|
|||
|
||||
if test $have_libz != yes; then
|
||||
AC_CONFIG_SUBDIRS(libz)
|
||||
ac_configure_args="$ac_configure_args '--with-libz-prefix=\$(top_srcdir)/$ZLIBDIR'"
|
||||
# TODO: This doesn't work because libssh2's configure script is looking for
|
||||
# already-built libs. Giving up for now: build libz first or install
|
||||
# headers/libs on your own if you want compression support for SSH.
|
||||
#ac_configure_args="$ac_configure_args '--with-libz-prefix=../../$ZLIBDIR'"
|
||||
CPPFLAGS="-I\$(top_srcdir)/$ZLIBDIR $CPPFLAGS"
|
||||
ZLIB_LIBS="$ZLIBDIR/libz.a"
|
||||
ZLIB_BUILD="build-zlib"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue