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 2004003 commit a6209d1Copy full SHA for a6209d1
package/zsh/zsh.mk
@@ -28,6 +28,7 @@ endif
28
29
ifeq ($(BR2_PACKAGE_PCRE),y)
30
ZSH_CONF_OPTS += --enable-pcre
31
+ZSH_CONF_ENV += ac_cv_prog_PCRECONF=$(STAGING_DIR)/usr/bin/pcre-config
32
ZSH_DEPENDENCIES += pcre
33
else
34
ZSH_CONF_OPTS += --disable-pcre
0 commit comments