vala: update to 0.54.2
Remove shared libraries. Allows removing rpath hacks. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
a796308626
commit
575776cfa5
1 changed files with 4 additions and 6 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=vala
|
PKG_NAME:=vala
|
||||||
PKG_VERSION:=0.52.3
|
PKG_VERSION:=0.54.2
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@GNOME/vala/0.52
|
PKG_SOURCE_URL:=@GNOME/vala/0.54
|
||||||
PKG_HASH:=037ea1a92bf0f1ab04a71b52a01d50aca1945ad1017b6189d9614f84f5c9b2d9
|
PKG_HASH:=884de745317d4d56e4e8cede993dc8f04d50cfca36cf60d2f2f278c30c2b1311
|
||||||
|
|
||||||
PKG_MAINTAINER:=
|
PKG_MAINTAINER:=
|
||||||
PKG_LICENSE:=LGPL-2.1-or-later
|
PKG_LICENSE:=LGPL-2.1-or-later
|
||||||
|
@ -40,13 +40,11 @@ define Package/vala/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
HOST_CONFIGURE_ARGS += \
|
HOST_CONFIGURE_ARGS += \
|
||||||
|
--disable-shared \
|
||||||
--disable-coverage \
|
--disable-coverage \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--disable-valadoc \
|
--disable-valadoc \
|
||||||
--without-cgraph
|
--without-cgraph
|
||||||
|
|
||||||
HOST_LDFLAGS += \
|
|
||||||
-Wl,--rpath,$(STAGING_DIR_HOSTPKG)/lib
|
|
||||||
|
|
||||||
$(eval $(call HostBuild))
|
$(eval $(call HostBuild))
|
||||||
$(eval $(call BuildPackage,vala))
|
$(eval $(call BuildPackage,vala))
|
||||||
|
|
Loading…
Reference in a new issue