From 5e732e80f6939e7ce01900e4cbd25ef13239d236 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 2 Aug 2004 09:55:01 +0000 Subject: [PATCH] Clifford Wolf: Added --with-ssl to neon so subversion can handle https:// URLs [2004072917434105298] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3770 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/rene/neon/neon.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/rene/neon/neon.conf b/package/rene/neon/neon.conf index 86e6d3a62..9fc4670c5 100644 --- a/package/rene/neon/neon.conf +++ b/package/rene/neon/neon.conf @@ -21,3 +21,5 @@ # --- ROCK-COPYRIGHT-NOTE-END --- preconf="export CFLAGS=\"-I/usr/include/libxml2/libxml $CFLAGS\"" +pkginstalled openssl && var_append extraconfopt ' ' '--with-ssl' +