mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
cups: fixup php extension build
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
9374f6c125
commit
1069f82765
@ -28,17 +28,11 @@ ifeq ($(BR2_PACKAGE_XORG7),y)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_PHP),y)
|
ifeq ($(BR2_PACKAGE_PHP),y)
|
||||||
CUPS_CFLAGS += -I$(STAGING_DIR)/usr/include/php
|
CUPS_CONF_ENV += ac_cv_path_PHPCONFIG=$(STAGING_DIR)/usr/bin/php-config
|
||||||
CUPS_CFLAGS += -I$(STAGING_DIR)/usr/include/php/main
|
CUPS_CONF_OPT += --with-php
|
||||||
CUPS_CFLAGS += -I$(STAGING_DIR)/usr/include/php/regex
|
CUPS_DEPENDENCIES += php
|
||||||
CUPS_CFLAGS += -I$(STAGING_DIR)/usr/include/php/TSRM
|
|
||||||
CUPS_CFLAGS += -I$(STAGING_DIR)/usr/include/php/Zend
|
|
||||||
CUPS_CFLAGS += -I$(STAGING_DIR)/usr/include/php/ext
|
|
||||||
CUPS_CONF_ENV += ac_cv_path_php=$(STAGING_DIR)/usr/bin/php
|
|
||||||
CUPS_CONF_OPT += --with-php
|
|
||||||
CUPS_DEPENDENCIES += php
|
|
||||||
else
|
else
|
||||||
CUPS_CONF_OPT += --without-php
|
CUPS_CONF_OPT += --without-php
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_PYTHON),y)
|
ifeq ($(BR2_PACKAGE_PYTHON),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user