mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
vala: fix compilation under clang
Used under macOS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=vala
|
PKG_NAME:=vala
|
||||||
PKG_VERSION:=0.48.7
|
PKG_VERSION:=0.48.7
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@GNOME/vala/0.48
|
PKG_SOURCE_URL:=@GNOME/vala/0.48
|
||||||
@@ -46,7 +46,7 @@ HOST_CONFIGURE_ARGS += \
|
|||||||
--without-cgraph
|
--without-cgraph
|
||||||
|
|
||||||
HOST_LDFLAGS += \
|
HOST_LDFLAGS += \
|
||||||
-Wl,--rpath=$(STAGING_DIR_HOSTPKG)/lib
|
-Wl,--rpath,$(STAGING_DIR_HOSTPKG)/lib
|
||||||
|
|
||||||
$(eval $(call HostBuild))
|
$(eval $(call HostBuild))
|
||||||
$(eval $(call BuildPackage,vala))
|
$(eval $(call BuildPackage,vala))
|
||||||
|
|||||||
Reference in New Issue
Block a user