mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
libroxml: bump version to 2.2.3
Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
c6715b69e4
commit
c1f03f652f
@ -15,8 +15,8 @@ Index: a/Makefile
|
|||||||
|
|
||||||
# options
|
# options
|
||||||
override CPPFLAGS += -Iinc/
|
override CPPFLAGS += -Iinc/
|
||||||
-override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused -Werror -Iinc/ $(DEFINES)
|
-override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -Werror -Iinc/ $(DEFINES)
|
||||||
+override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused -Iinc/ $(DEFINES)
|
+override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -Iinc/ $(DEFINES)
|
||||||
override LDFLAGS +=
|
override LDFLAGS +=
|
||||||
|
|
||||||
ifeq ("$(OS)", "Darwin")
|
ifeq ("$(OS)", "Darwin")
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBROXML_VERSION = 2.2.2
|
LIBROXML_VERSION = 2.2.3
|
||||||
LIBROXML_SITE = http://libroxml.googlecode.com/files
|
LIBROXML_SITE = http://download.libroxml.net/pool/v2.x/
|
||||||
LIBROXML_INSTALL_STAGING = YES
|
LIBROXML_INSTALL_STAGING = YES
|
||||||
|
|
||||||
define LIBROXML_BUILD_CMDS
|
define LIBROXML_BUILD_CMDS
|
||||||
@ -17,7 +17,7 @@ define LIBROXML_INSTALL_STAGING_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define LIBROXML_INSTALL_TARGET_CMDS
|
define LIBROXML_INSTALL_TARGET_CMDS
|
||||||
$(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) install
|
$(MAKE) DESTDIR=$(TARGET_DIR)/usr/ -C $(@D) install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define LIBROXML_UNINSTALL_STAGING_CMDS
|
define LIBROXML_UNINSTALL_STAGING_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user