[Lunar-commits] <moonbase-other> lynx: make it compile with openssl
v4hn
me at v4hn.de
Sun Mar 24 15:53:31 CET 2013
commit 31e2f372d6dfa5293c26d8ecc839d449e8201749
Author: v4hn <me at v4hn.de>
Date: Sun, 24 Mar 2013 07:53:31 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/31e2f372d6dfa5293c26d8ecc839d449e8201749
lynx: make it compile with openssl
I just spend half an hour trying to figure out how to do this
with OPTS or before the configure.. The configuration really is a mess...
---
web/lynx/BUILD | +4/-0
1 file changed, 4 insertions(+)
--- a/web/lynx/BUILD
+++ b/web/lynx/BUILD
@@ -16,6 +16,10 @@
--mandir=/usr/share/man \
$OPTS &&
+ if in_depends $MODULE openssl; then
+ sedit 's/.*USE_OPENSSL_INCL.*/#define USE_OPENSSL_INCL 1/' lynx_cfg.h
+ fi &&
+
default_make &&
make install-help &&
make install-doc &&
More information about the Lunar-commits
mailing list