]> andersk Git - openssh.git/blobdiff - configure.ac
- (dtucker) [configure.ac] Add -lcrypt to let DragonFly build OOTB.
[openssh.git] / configure.ac
index 84bb6069286453fdee375a09bed3ff99989c6a17..da95676a432b167a1315c8c14f43501da5301ac8 100644 (file)
@@ -253,6 +253,9 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
        AC_DEFINE(SSH_TUN_PREPEND_AF, 1,
            [Prepend the address family to IP tunnel traffic])
        ;;
+*-*-dragonfly*)
+       SSHDLIBS="$SSHDLIBS -lcrypt"
+       ;;
 *-*-hpux*)
        # first we define all of the options common to all HP-UX releases
        CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1"
This page took 0.078709 seconds and 4 git commands to generate.