1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-17 13:02:40 +03:00

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:
Tianon Gravi
2023-05-12 16:51:33 -07:00
parent 18c1bef0d9
commit fbc438936d
6 changed files with 6 additions and 6 deletions

2
11/alpine/Dockerfile generated
View File

@@ -90,6 +90,7 @@ RUN set -eux; \
# configure options taken from: # configure options taken from:
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5 # https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
./configure \ ./configure \
--enable-option-checking=fatal \
--build="$gnuArch" \ --build="$gnuArch" \
# "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'" # "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'"
# --enable-nls \ # --enable-nls \
@@ -106,7 +107,6 @@ RUN set -eux; \
--prefix=/usr/local \ --prefix=/usr/local \
--with-includes=/usr/local/include \ --with-includes=/usr/local/include \
--with-libraries=/usr/local/lib \ --with-libraries=/usr/local/lib \
--with-krb5 \
--with-gssapi \ --with-gssapi \
--with-ldap \ --with-ldap \
--with-tcl \ --with-tcl \

2
12/alpine/Dockerfile generated
View File

@@ -90,6 +90,7 @@ RUN set -eux; \
# configure options taken from: # configure options taken from:
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5 # https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
./configure \ ./configure \
--enable-option-checking=fatal \
--build="$gnuArch" \ --build="$gnuArch" \
# "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'" # "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'"
# --enable-nls \ # --enable-nls \
@@ -106,7 +107,6 @@ RUN set -eux; \
--prefix=/usr/local \ --prefix=/usr/local \
--with-includes=/usr/local/include \ --with-includes=/usr/local/include \
--with-libraries=/usr/local/lib \ --with-libraries=/usr/local/lib \
--with-krb5 \
--with-gssapi \ --with-gssapi \
--with-ldap \ --with-ldap \
--with-tcl \ --with-tcl \

2
13/alpine/Dockerfile generated
View File

@@ -90,6 +90,7 @@ RUN set -eux; \
# configure options taken from: # configure options taken from:
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5 # https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
./configure \ ./configure \
--enable-option-checking=fatal \
--build="$gnuArch" \ --build="$gnuArch" \
# "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'" # "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'"
# --enable-nls \ # --enable-nls \
@@ -106,7 +107,6 @@ RUN set -eux; \
--prefix=/usr/local \ --prefix=/usr/local \
--with-includes=/usr/local/include \ --with-includes=/usr/local/include \
--with-libraries=/usr/local/lib \ --with-libraries=/usr/local/lib \
--with-krb5 \
--with-gssapi \ --with-gssapi \
--with-ldap \ --with-ldap \
--with-tcl \ --with-tcl \

2
14/alpine/Dockerfile generated
View File

@@ -92,6 +92,7 @@ RUN set -eux; \
# configure options taken from: # configure options taken from:
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5 # https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
./configure \ ./configure \
--enable-option-checking=fatal \
--build="$gnuArch" \ --build="$gnuArch" \
# "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'" # "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'"
# --enable-nls \ # --enable-nls \
@@ -108,7 +109,6 @@ RUN set -eux; \
--prefix=/usr/local \ --prefix=/usr/local \
--with-includes=/usr/local/include \ --with-includes=/usr/local/include \
--with-libraries=/usr/local/lib \ --with-libraries=/usr/local/lib \
--with-krb5 \
--with-gssapi \ --with-gssapi \
--with-ldap \ --with-ldap \
--with-tcl \ --with-tcl \

2
15/alpine/Dockerfile generated
View File

@@ -94,6 +94,7 @@ RUN set -eux; \
# configure options taken from: # configure options taken from:
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5 # https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
./configure \ ./configure \
--enable-option-checking=fatal \
--build="$gnuArch" \ --build="$gnuArch" \
# "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'" # "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'"
# --enable-nls \ # --enable-nls \
@@ -110,7 +111,6 @@ RUN set -eux; \
--prefix=/usr/local \ --prefix=/usr/local \
--with-includes=/usr/local/include \ --with-includes=/usr/local/include \
--with-libraries=/usr/local/lib \ --with-libraries=/usr/local/lib \
--with-krb5 \
--with-gssapi \ --with-gssapi \
--with-ldap \ --with-ldap \
--with-tcl \ --with-tcl \

View File

@@ -93,6 +93,7 @@ RUN set -eux; \
# configure options taken from: # configure options taken from:
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5 # https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
./configure \ ./configure \
--enable-option-checking=fatal \
--build="$gnuArch" \ --build="$gnuArch" \
# "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'" # "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'"
# --enable-nls \ # --enable-nls \
@@ -109,7 +110,6 @@ RUN set -eux; \
--prefix=/usr/local \ --prefix=/usr/local \
--with-includes=/usr/local/include \ --with-includes=/usr/local/include \
--with-libraries=/usr/local/lib \ --with-libraries=/usr/local/lib \
--with-krb5 \
--with-gssapi \ --with-gssapi \
--with-ldap \ --with-ldap \
--with-tcl \ --with-tcl \