We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef73c87 commit 83f2778Copy full SHA for 83f2778
support/build/php
@@ -163,7 +163,6 @@ export PATH=${OUT_PREFIX}/bin:$PATH
163
--with-sodium=shared \
164
--with-xsl=shared \
165
"${configureopts[@]}"
166
-exit 1
167
make -s -j $(($(nproc)+1))
168
make install -s
169
find ${OUT_PREFIX} -type f \( -executable -o -name '*.a' \) -exec sh -c "file -i '{}' | grep -Eq 'application/x-(archive|(pie-)?executable|sharedlib); charset=binary'" \; -print | xargs strip --strip-unneeded
0 commit comments