2012-10-21 09:15:12 -04:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#
|
|
|
|
# This file is part of the LibreOffice project.
|
|
|
|
#
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_UnpackedTarball_UnpackedTarball,postgresql))
|
|
|
|
|
2013-07-07 17:14:14 -05:00
|
|
|
$(eval $(call gb_UnpackedTarball_set_tarball,postgresql,$(POSTGRESQL_TARBALL),,postgresql))
|
2012-10-21 09:15:12 -04:00
|
|
|
|
|
|
|
$(eval $(call gb_UnpackedTarball_set_patchlevel,postgresql,3))
|
|
|
|
|
|
|
|
$(eval $(call gb_UnpackedTarball_add_patches,postgresql, \
|
2013-11-03 20:22:44 +02:00
|
|
|
external/postgresql/postgresql-libs-leak.patch \
|
|
|
|
external/postgresql/postgresql-9.2.1-autoreconf.patch \
|
|
|
|
external/postgresql/postgresql-9.2.1-libreoffice.patch \
|
2012-10-21 09:15:12 -04:00
|
|
|
))
|
|
|
|
|
2016-11-03 17:38:23 +01:00
|
|
|
ifeq ($(SYSTEM_ZLIB),)
|
|
|
|
$(eval $(call gb_UnpackedTarball_add_patches,postgresql, \
|
|
|
|
external/postgresql/internal-zlib.patch.1 \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2012-10-21 09:15:12 -04:00
|
|
|
# vim: set noet sw=4 ts=4:
|