diff src/postgresql.mk @ 4219:c955d4b97330

don't depend on openssl * gdal.mk, postgresql.mk, qt.mk: Disable openssl.
author John W. Eaton <jwe@octave.org>
date Thu, 08 Sep 2016 20:35:36 -0400
parents 8741198454e7
children e1cf57551d23
line wrap: on
line diff
--- a/src/postgresql.mk	Thu Sep 15 13:12:02 2016 -0400
+++ b/src/postgresql.mk	Thu Sep 08 20:35:36 2016 -0400
@@ -8,7 +8,7 @@
 $(PKG)_SUBDIR   := postgresql-$($(PKG)_VERSION)
 $(PKG)_FILE     := postgresql-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := http://ftp.postgresql.org/pub/source/v$($(PKG)_VERSION)/$($(PKG)_FILE)
-$(PKG)_DEPS     := zlib openssl
+$(PKG)_DEPS     := zlib
 
 ifeq ($(MXE_NATIVE_BUILD),yes)
   $(PKG)_CONFIGURE_FLAGS_OPTION := $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS)
@@ -47,14 +47,14 @@
         --without-pam \
         --without-ldap \
         --without-bonjour \
-        --with-openssl \
+        --without-openssl \
         --without-readline \
         --without-ossp-uuid \
         --without-libxml \
         --without-libxslt \
         --with-zlib \
         --with-system-tzdata=/dev/null \
-        LIBS="$($(PKG)_LIBS) `'$(MXE_PKG_CONFIG)' openssl --libs`"
+        LIBS="$($(PKG)_LIBS)"
     $(MAKE) -C '$(1)'/src/common             -j '$(JOBS)'         
     $(MAKE) -C '$(1)'/src/interfaces/libpq -j '$(JOBS)' install DESTDIR='$(3)'
     $(MAKE) -C '$(1)'/src/port             -j '$(JOBS)'