Skip to content

Commit e5b52ac

Browse files
Updated configure flags due to changes in postgres 16
1 parent 4f88391 commit e5b52ac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ WORKDIR ${POSTGRES_BUILD_DIR}/
346346
RUN CFLAGS="" \
347347
CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \
348348
LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \
349-
./configure --prefix=${INSTALL_DIR} --with-openssl --without-readline
349+
./configure --prefix=${INSTALL_DIR} --with-openssl --without-icu --without-readline
350350
RUN cd ${POSTGRES_BUILD_DIR}/src/interfaces/libpq && make && make install
351351
RUN cd ${POSTGRES_BUILD_DIR}/src/bin/pg_config && make && make install
352352
RUN cd ${POSTGRES_BUILD_DIR}/src/backend && make generated-headers

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ WORKDIR ${POSTGRES_BUILD_DIR}/
347347
RUN CFLAGS="" \
348348
CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \
349349
LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \
350-
./configure --prefix=${INSTALL_DIR} --with-openssl --without-readline
350+
./configure --prefix=${INSTALL_DIR} --with-openssl --without-icu --without-readline
351351
RUN cd ${POSTGRES_BUILD_DIR}/src/interfaces/libpq && make && make install
352352
RUN cd ${POSTGRES_BUILD_DIR}/src/bin/pg_config && make && make install
353353
RUN cd ${POSTGRES_BUILD_DIR}/src/backend && make generated-headers

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ WORKDIR ${POSTGRES_BUILD_DIR}/
347347
RUN CFLAGS="" \
348348
CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \
349349
LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \
350-
./configure --prefix=${INSTALL_DIR} --with-openssl --without-readline
350+
./configure --prefix=${INSTALL_DIR} --with-openssl --without-icu --without-readline
351351
RUN cd ${POSTGRES_BUILD_DIR}/src/interfaces/libpq && make && make install
352352
RUN cd ${POSTGRES_BUILD_DIR}/src/bin/pg_config && make && make install
353353
RUN cd ${POSTGRES_BUILD_DIR}/src/backend && make generated-headers

php-83/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ WORKDIR ${POSTGRES_BUILD_DIR}/
347347
RUN CFLAGS="" \
348348
CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \
349349
LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \
350-
./configure --prefix=${INSTALL_DIR} --with-openssl --without-readline
350+
./configure --prefix=${INSTALL_DIR} --with-openssl --without-icu --without-readline
351351
RUN cd ${POSTGRES_BUILD_DIR}/src/interfaces/libpq && make && make install
352352
RUN cd ${POSTGRES_BUILD_DIR}/src/bin/pg_config && make && make install
353353
RUN cd ${POSTGRES_BUILD_DIR}/src/backend && make generated-headers

0 commit comments

Comments
 (0)