diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-21 18:53:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-21 18:53:24 +0000 |
commit | b942e6d2ebe4c7b9bb5cfeb554434e50d85949c0 (patch) | |
tree | 4e6c7ca8ba3f63ee85dad2e5dd1a653190682bbd /gnu/usr.bin/lynx/configure | |
parent | fcdfc33bd541c8099c6a1be2c5b5134684a68086 (diff) |
a little bit of glue to call openssl; mark@moxienet.com
Diffstat (limited to 'gnu/usr.bin/lynx/configure')
-rw-r--r-- | gnu/usr.bin/lynx/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/lynx/configure b/gnu/usr.bin/lynx/configure index 83615acc07e..130acb02de4 100644 --- a/gnu/usr.bin/lynx/configure +++ b/gnu/usr.bin/lynx/configure @@ -5223,7 +5223,7 @@ next*) CFLAGS="$CFLAGS -DNEXT -DXMOSAIC_HACK" ;; openbsd*) - LIBS="$LIBS -lcompat -ltermlib" + LIBS="$LIBS -lcompat -ltermlib -lssl -lcrypto" ;; os2*) # We make sure -Zexe is not used -- it would interfere with @PROG_EXT@ |