lang/php81: Fix REINPLACE_CMD
After the alst upgrade to 8.1.6 the post-patch directive on php.ini-* are no longer required. Reported by: sunpoet Sponsored by: Bounce Experts
This commit is contained in:
parent
e0e53f6043
commit
1a48e8a9f6
@ -127,7 +127,6 @@ CONFIGURE_ENV+= ac_cv_decimal_fp_supported="no" \
|
||||
|
||||
post-patch:
|
||||
@${TOUCH} ${WRKSRC}/ext/php_config.h
|
||||
@${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-*
|
||||
|
||||
post-patch-FPM-on:
|
||||
@${REINPLACE_CMD} -e "s|^;\(pid\)|\1|;s|^;\(pm\.[a-z_]*_servers\)|\1|" \
|
||||
|
Loading…
Reference in New Issue
Block a user