Bug 8121

Summary: php opcache extension doesn't get installed
Product: buildroot Reporter: pud
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: 2015.02   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description pud 2015-05-16 14:25:19 UTC
this happens because there's a "rm -rf $(TARGET_DIR)/usr/lib/php" on line 298 in php.mk

maybe it was rather meant to delete /usr/lib/php/build or sth?
Comment 1 pud 2015-05-17 15:58:16 UTC
a little more explaination: opcache is the only extension (i know of) that gets installed to /usr/lib/php, rather than being linked into the binary, so removing that directory also removes the extension
Comment 2 Thomas Petazzoni 2015-05-18 20:33:16 UTC
Should be fixed by http://patchwork.ozlabs.org/patch/473593/.