Add `--enable-option-checking=fatal` to `configure` flags
Also, remove deprecated/removed `--with-krb5` (deprecated in 8.3, removed in 9.4; 98de86e422).
This commit is contained in:
parent
18c1bef0d9
commit
fbc438936d
|
|
@ -90,6 +90,7 @@ RUN set -eux; \
|
|||
# configure options taken from:
|
||||
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
||||
./configure \
|
||||
--enable-option-checking=fatal \
|
||||
--build="$gnuArch" \
|
||||
# "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'"
|
||||
# --enable-nls \
|
||||
|
|
@ -106,7 +107,6 @@ RUN set -eux; \
|
|||
--prefix=/usr/local \
|
||||
--with-includes=/usr/local/include \
|
||||
--with-libraries=/usr/local/lib \
|
||||
--with-krb5 \
|
||||
--with-gssapi \
|
||||
--with-ldap \
|
||||
--with-tcl \
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ RUN set -eux; \
|
|||
# configure options taken from:
|
||||
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
||||
./configure \
|
||||
--enable-option-checking=fatal \
|
||||
--build="$gnuArch" \
|
||||
# "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'"
|
||||
# --enable-nls \
|
||||
|
|
@ -106,7 +107,6 @@ RUN set -eux; \
|
|||
--prefix=/usr/local \
|
||||
--with-includes=/usr/local/include \
|
||||
--with-libraries=/usr/local/lib \
|
||||
--with-krb5 \
|
||||
--with-gssapi \
|
||||
--with-ldap \
|
||||
--with-tcl \
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ RUN set -eux; \
|
|||
# configure options taken from:
|
||||
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
||||
./configure \
|
||||
--enable-option-checking=fatal \
|
||||
--build="$gnuArch" \
|
||||
# "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'"
|
||||
# --enable-nls \
|
||||
|
|
@ -106,7 +107,6 @@ RUN set -eux; \
|
|||
--prefix=/usr/local \
|
||||
--with-includes=/usr/local/include \
|
||||
--with-libraries=/usr/local/lib \
|
||||
--with-krb5 \
|
||||
--with-gssapi \
|
||||
--with-ldap \
|
||||
--with-tcl \
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@ RUN set -eux; \
|
|||
# configure options taken from:
|
||||
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
||||
./configure \
|
||||
--enable-option-checking=fatal \
|
||||
--build="$gnuArch" \
|
||||
# "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'"
|
||||
# --enable-nls \
|
||||
|
|
@ -108,7 +109,6 @@ RUN set -eux; \
|
|||
--prefix=/usr/local \
|
||||
--with-includes=/usr/local/include \
|
||||
--with-libraries=/usr/local/lib \
|
||||
--with-krb5 \
|
||||
--with-gssapi \
|
||||
--with-ldap \
|
||||
--with-tcl \
|
||||
|
|
|
|||
|
|
@ -94,6 +94,7 @@ RUN set -eux; \
|
|||
# configure options taken from:
|
||||
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
||||
./configure \
|
||||
--enable-option-checking=fatal \
|
||||
--build="$gnuArch" \
|
||||
# "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'"
|
||||
# --enable-nls \
|
||||
|
|
@ -110,7 +111,6 @@ RUN set -eux; \
|
|||
--prefix=/usr/local \
|
||||
--with-includes=/usr/local/include \
|
||||
--with-libraries=/usr/local/lib \
|
||||
--with-krb5 \
|
||||
--with-gssapi \
|
||||
--with-ldap \
|
||||
--with-tcl \
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ RUN set -eux; \
|
|||
# configure options taken from:
|
||||
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
||||
./configure \
|
||||
--enable-option-checking=fatal \
|
||||
--build="$gnuArch" \
|
||||
# "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'"
|
||||
# --enable-nls \
|
||||
|
|
@ -109,7 +110,6 @@ RUN set -eux; \
|
|||
--prefix=/usr/local \
|
||||
--with-includes=/usr/local/include \
|
||||
--with-libraries=/usr/local/lib \
|
||||
--with-krb5 \
|
||||
--with-gssapi \
|
||||
--with-ldap \
|
||||
--with-tcl \
|
||||
|
|
|
|||
Loading…
Reference in New Issue