File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 echo ">> Applying libmemcachedutil2 → libmemcachedutil2t64 workaround"; \
8282 sed -i ' s/libmemcachedutil2/libmemcachedutil2t64/g' /usr/local/bin/install-php-extensions; \
8383 else \
84- echo ">> Workaround not needed (already fixed upstream)"; \
84+ echo ">> libmemcachedutil2 Workaround not needed (already fixed upstream)"; \
85+ fi; \
86+ if grep -q ' libssl3' /usr/local/bin/install-php-extensions && \
87+ ! grep -q ' libssl3t64' /usr/local/bin/install-php-extensions; then \
88+ echo ">> Applying libssl3 → libssl3t64 workaround"; \
89+ sed -i ' s/libssl3/libssl3t64/g' /usr/local/bin/install-php-extensions; \
90+ else \
91+ echo ">> libssl3 Workaround not needed (already fixed upstream)"; \
8592 fi; \
8693 fi; \
8794 install-php-extensions $PHP_EXTENSIONS_LIST ; \
Original file line number Diff line number Diff line change 8181 echo ">> Applying libmemcachedutil2 → libmemcachedutil2t64 workaround"; \
8282 sed -i ' s/libmemcachedutil2/libmemcachedutil2t64/g' /usr/local/bin/install-php-extensions; \
8383 else \
84- echo ">> Workaround not needed (already fixed upstream)"; \
84+ echo ">> libmemcachedutil2 Workaround not needed (already fixed upstream)"; \
85+ fi; \
86+ if grep -q ' libssl3' /usr/local/bin/install-php-extensions && \
87+ ! grep -q ' libssl3t64' /usr/local/bin/install-php-extensions; then \
88+ echo ">> Applying libssl3 → libssl3t64 workaround"; \
89+ sed -i ' s/libssl3/libssl3t64/g' /usr/local/bin/install-php-extensions; \
90+ else \
91+ echo ">> libssl3 Workaround not needed (already fixed upstream)"; \
8592 fi; \
8693 fi; \
8794 install-php-extensions $PHP_EXTENSIONS_LIST ; \
You can’t perform that action at this time.
0 commit comments