mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 1/2] host-postgresql: new package.
Date: Tue, 8 Oct 2019 17:40:25 +0200	[thread overview]
Message-ID: <20191008154025.237bhhi6hwcbzq7b@pengutronix.de> (raw)
In-Reply-To: <20191008143452.31308-1-b.esser@pengutronix.de>

On Tue, Oct 08, 2019 at 04:34:52PM +0200, Björn Esser wrote:
> This package is required to build TimescaleDB.
> 
> Signed-off-by: Björn Esser <b.esser@pengutronix.de>
> ---
>  rules/host-postgresql.in   |  7 ++++
>  rules/host-postgresql.make | 76 ++++++++++++++++++++++++++++++++++++++
>  2 files changed, 83 insertions(+)
>  create mode 100644 rules/host-postgresql.in
>  create mode 100644 rules/host-postgresql.make
> 
> diff --git a/rules/host-postgresql.in b/rules/host-postgresql.in
> new file mode 100644
> index 000000000..ac778582a
> --- /dev/null
> +++ b/rules/host-postgresql.in
> @@ -0,0 +1,7 @@
> +## SECTION=hosttools_noprompt
> +
> +config HOST_POSTGRESQL
> +	tristate
> +	prompt "postgresql"
> +	help
> +	  FIXME
> diff --git a/rules/host-postgresql.make b/rules/host-postgresql.make
> new file mode 100644
> index 000000000..1cc9c5b2f
> --- /dev/null
> +++ b/rules/host-postgresql.make
> @@ -0,0 +1,76 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2019 by Bjoern Esser <bes@pengutronix.de>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +HOST_PACKAGES-$(PTXCONF_HOST_POSTGRESQL) += host-postgresql
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +#HOST_POSTGRESQL_CONF_ENV	:= $(HOST_ENV)
> +
> +#
> +# autoconf
> +#
> +HOST_POSTGRESQL_CONF_TOOL	:= autoconf
> +HOST_POSTGRESQL_CONF_OPT	:= \
> +	$(HOST_AUTOCONF) \
> +	--enable-integer-datetimes \
> +	--disable-nls \
> +	--disable-rpath \
> +	--enable-spinlocks \
> +	--enable-atomics \
> +	--enable-strong-random \
> +	--disable-debug \
> +	--disable-profiling \
> +	--disable-coverage \
> +	--disable-dtrace \
> +	--disable-tap-tests \
> +	--disable-depend \
> +	--disable-cassert \
> +	--enable-thread-safety \
> +	--enable-largefile \
> +	--disable-float4-byval \
> +	--disable-float8-byval \
> +	--without-llvm \
> +	--without-icu \
> +	--without-tcl \
> +	--without-perl \
> +	--without-python \
> +	--without-gssapi \
> +	--without-pam \
> +	--without-bsd-auth \
> +	--without-ldap \
> +	--without-bonjour \
> +	--$(call ptx/wwo,PTXCONF_OPENSSL)-openssl \

Just disable this.

> +	--without-selinux \
> +	--$(call ptx/wwo,PTXCONF_SYSTEMD)-systemd \

Same here. Unless this is absolutely necessary?

Michael

> +	--without-readline \
> +	--without-libedit-preferred \
> +	--without-ossp-uuid \
> +	--without-libxml \
> +	--without-libxslt \
> +	--with-system-tzdata=/usr/share/zoneinfo \
> +	--without-zlib
> +
> +#  --enable-tap-tests      enable TAP tests (requires Perl and IPC::Run)
> +#  --enable-depend         turn on automatic dependency tracking
> +#  --with-uuid=LIB         build contrib/uuid-ossp using LIB (bsd,e2fs,ossp)
> +#  --with-ossp-uuid        obsolete spelling of --with-uuid=ossp
> +
> +# ----------------------------------------------------------------------------
> +# Compile
> +# ----------------------------------------------------------------------------
> +
> +HOST_POSTGRESQL_MAKE_ENV	:= \
> +	MAKELEVEL=0
> +
> +# vim: syntax=make
> -- 
> 2.23.0
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

      parent reply	other threads:[~2019-10-08 15:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-08 14:34 Björn Esser
2019-10-08 14:34 ` [ptxdist] [PATCH 2/2] TimescaleDB: " Björn Esser
2019-10-08 14:39   ` [ptxdist] [PATCH v2 " Björn Esser
2019-10-08 15:40 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191008154025.237bhhi6hwcbzq7b@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox