Skip to content

Commit e8571a9

Browse files
committed
Simplify the PHP 8.5 build
1 parent 92e35d3 commit e8571a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

php-85/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ WORKDIR ${XML2_BUILD_DIR}/
183183
RUN CFLAGS="" \
184184
CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \
185185
LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \
186-
PATH="${INSTALL_DIR}/bin:${PATH}" \
187186
ICU_CFLAGS="-I${INSTALL_DIR}/include" \
188187
ICU_LIBS="-L${INSTALL_DIR}/lib -licui18n -licuuc -licudata" \
189188
./configure \
@@ -478,7 +477,6 @@ RUN ./buildconf --force
478477
RUN CFLAGS="-fstack-protector-strong -fpic -fpie -O3 -I${INSTALL_DIR}/include -I/usr/include -ffunction-sections -fdata-sections" \
479478
CPPFLAGS="-fstack-protector-strong -fpic -fpie -O3 -I${INSTALL_DIR}/include -I/usr/include -ffunction-sections -fdata-sections" \
480479
LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib -Wl,-O1 -Wl,--strip-all -Wl,--hash-style=both -pie" \
481-
PKG_CONFIG_PATH="${INSTALL_DIR}/lib/pkgconfig:${INSTALL_DIR}/lib64/pkgconfig" \
482480
./configure \
483481
--prefix=${INSTALL_DIR} \
484482
--enable-option-checking=fatal \

0 commit comments

Comments
 (0)