You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-11-17 13:02:40 +03:00
Merge pull request #1079 from infosiftr/enable-option-checking=fatal
Add `--enable-option-checking=fatal` to `configure` flags
This commit is contained in:
2
11/alpine/Dockerfile
generated
2
11/alpine/Dockerfile
generated
@@ -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 \
|
||||
|
||||
2
12/alpine/Dockerfile
generated
2
12/alpine/Dockerfile
generated
@@ -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 \
|
||||
|
||||
2
13/alpine/Dockerfile
generated
2
13/alpine/Dockerfile
generated
@@ -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 \
|
||||
|
||||
2
14/alpine/Dockerfile
generated
2
14/alpine/Dockerfile
generated
@@ -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 \
|
||||
|
||||
2
15/alpine/Dockerfile
generated
2
15/alpine/Dockerfile
generated
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user