aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in1
-rwxr-xr-xspecgen.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 11052a56..1c5cebfd 100644
--- a/configure.in
+++ b/configure.in
@@ -574,6 +574,7 @@ then
for ac_dir in \
/usr/local/ssl \
/usr/ssl \
+ /usr \
/local/ssl \
/opt/ssl \
; \
diff --git a/specgen.sh b/specgen.sh
index 99c7f9e2..578d2c9f 100755
--- a/specgen.sh
+++ b/specgen.sh
@@ -117,7 +117,7 @@ GUI konfigurator do fetchmaila napisany w pythonie.
%build
LDFLAGS="-s"
export CFLAGS LDFLAGS
-./configure --prefix=/usr --disable-nls --without-kerberos --mandir=%{_mandir} --enable-SSL --enable-inet6
+./configure --prefix=/usr --disable-nls --without-kerberos --mandir=%{_mandir} --with-SSL --enable-inet6
# Remove --disable-nls, add --without-included-gettext
# for internationalization. Also look below.
make