pcre: add host variant of libpcre
This is needed to build the host variant of libselinux. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
		 Thomas Petazzoni
					Thomas Petazzoni
				
			
				
					committed by
					
						 Daniel Golle
						Daniel Golle
					
				
			
			
				
	
			
			
			 Daniel Golle
						Daniel Golle
					
				
			
						parent
						
							7ef7dbaf70
						
					
				
				
					commit
					ff02e1561f
				
			| @@ -61,6 +61,18 @@ define Package/libpcrecpp | |||||||
|   DEPENDS:=+libpcre $(CXX_DEPENDS) |   DEPENDS:=+libpcre $(CXX_DEPENDS) | ||||||
| endef | endef | ||||||
|  |  | ||||||
|  | include $(INCLUDE_DIR)/host-build.mk | ||||||
|  |  | ||||||
|  | HOST_CONFIGURE_ARGS += \ | ||||||
|  | 	--enable-utf8 \ | ||||||
|  | 	--enable-unicode-properties \ | ||||||
|  | 	--enable-pcre16 \ | ||||||
|  | 	--with-match-limit-recursion=16000 \ | ||||||
|  | 	--enable-cpp | ||||||
|  |  | ||||||
|  | $(eval $(call HostBuild)) | ||||||
|  |  | ||||||
|  |  | ||||||
| TARGET_CFLAGS += $(FPIC) | TARGET_CFLAGS += $(FPIC) | ||||||
|  |  | ||||||
| CONFIGURE_ARGS += \ | CONFIGURE_ARGS += \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user