diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-23 21:55:14 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-23 21:55:14 +0000 |
commit | c61ace854ed9e3bdb9f54ad7b2b5cd13879187d5 (patch) | |
tree | a33f846e069149de1ca843b07cea7c177b817319 /openssh | |
parent | ed11e18693106ccb4fd2541c7c69c367cf0ea364 (diff) |
Build fixes for flnx, libxml2, and openssh 3.8p1.
BKrev: 4060b242vOhaV4FacYfSUz-JxsXTpg
Diffstat (limited to 'openssh')
-rw-r--r-- | openssh/openssh_3.8p1.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openssh/openssh_3.8p1.oe b/openssh/openssh_3.8p1.oe index b932c282f4..6b017c3e33 100644 --- a/openssh/openssh_3.8p1.oe +++ b/openssh/openssh_3.8p1.oe @@ -22,7 +22,8 @@ CFLAGS_prepend = "-I${S} " CFLAGS_append = " -D__FILE_OFFSET_BITS=64" LDFLAGS_prepend = "-L${S} -L${S}/openbsd-compat " EXTRA_OECONF = "--disable-suid-ssh --with-ssl=${STAGING_LIBDIR}/ssl \ - --with-rand-helper=no --without-pam" + --with-rand-helper=no --without-pam \ + --without-zlib-version-check" EXTRA_OEMAKE = "'STRIP_OPT='" do_configure_prepend () { |