comparison 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
comparison
equal deleted inserted replaced
4218:d46be48af8d9 4219:c955d4b97330
6 $(PKG)_VERSION := 9.4.1 6 $(PKG)_VERSION := 9.4.1
7 $(PKG)_CHECKSUM := 0086c9625e727be5b1ef00c4c694e762e41eba50 7 $(PKG)_CHECKSUM := 0086c9625e727be5b1ef00c4c694e762e41eba50
8 $(PKG)_SUBDIR := postgresql-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := postgresql-$($(PKG)_VERSION)
9 $(PKG)_FILE := postgresql-$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := postgresql-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := http://ftp.postgresql.org/pub/source/v$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := http://ftp.postgresql.org/pub/source/v$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := zlib openssl 11 $(PKG)_DEPS := zlib
12 12
13 ifeq ($(MXE_NATIVE_BUILD),yes) 13 ifeq ($(MXE_NATIVE_BUILD),yes)
14 $(PKG)_CONFIGURE_FLAGS_OPTION := $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) 14 $(PKG)_CONFIGURE_FLAGS_OPTION := $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS)
15 endif 15 endif
16 16
45 --without-gssapi \ 45 --without-gssapi \
46 --without-krb5 \ 46 --without-krb5 \
47 --without-pam \ 47 --without-pam \
48 --without-ldap \ 48 --without-ldap \
49 --without-bonjour \ 49 --without-bonjour \
50 --with-openssl \ 50 --without-openssl \
51 --without-readline \ 51 --without-readline \
52 --without-ossp-uuid \ 52 --without-ossp-uuid \
53 --without-libxml \ 53 --without-libxml \
54 --without-libxslt \ 54 --without-libxslt \
55 --with-zlib \ 55 --with-zlib \
56 --with-system-tzdata=/dev/null \ 56 --with-system-tzdata=/dev/null \
57 LIBS="$($(PKG)_LIBS) `'$(MXE_PKG_CONFIG)' openssl --libs`" 57 LIBS="$($(PKG)_LIBS)"
58 $(MAKE) -C '$(1)'/src/common -j '$(JOBS)' 58 $(MAKE) -C '$(1)'/src/common -j '$(JOBS)'
59 $(MAKE) -C '$(1)'/src/interfaces/libpq -j '$(JOBS)' install DESTDIR='$(3)' 59 $(MAKE) -C '$(1)'/src/interfaces/libpq -j '$(JOBS)' install DESTDIR='$(3)'
60 $(MAKE) -C '$(1)'/src/port -j '$(JOBS)' 60 $(MAKE) -C '$(1)'/src/port -j '$(JOBS)'
61 $(MAKE) -C '$(1)'/src/bin/psql -j '$(JOBS)' install DESTDIR='$(3)' 61 $(MAKE) -C '$(1)'/src/bin/psql -j '$(JOBS)' install DESTDIR='$(3)'
62 $(MAKE) -C '$(1)'/src/bin/pg_config -j '$(JOBS)' install DESTDIR='$(3)' 62 $(MAKE) -C '$(1)'/src/bin/pg_config -j '$(JOBS)' install DESTDIR='$(3)'