Skip to content

Commit a9d8529

Browse files
authored
Merge pull request docker-library#1079 from infosiftr/enable-option-checking=fatal
Add `--enable-option-checking=fatal` to `configure` flags
2 parents 18c1bef + fbc4389 commit a9d8529

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

11/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

12/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

13/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

14/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

15/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile-alpine.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ RUN set -eux; \
9393
# configure options taken from:
9494
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
9595
./configure \
96+
--enable-option-checking=fatal \
9697
--build="$gnuArch" \
9798
# "/usr/src/postgresql/src/backend/access/common/tupconvert.c:105: undefined reference to `libintl_gettext'"
9899
# --enable-nls \
@@ -109,7 +110,6 @@ RUN set -eux; \
109110
--prefix=/usr/local \
110111
--with-includes=/usr/local/include \
111112
--with-libraries=/usr/local/lib \
112-
--with-krb5 \
113113
--with-gssapi \
114114
--with-ldap \
115115
--with-tcl \

0 commit comments

Comments
 (0)