vala: fix compilation under clang

Used under macOS.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2020-08-01 13:55:27 -07:00
parent e1c3ed6748
commit 95698aa083
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=vala
PKG_VERSION:=0.48.7
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/vala/0.48
@ -46,7 +46,7 @@ HOST_CONFIGURE_ARGS += \
--without-cgraph
HOST_LDFLAGS += \
-Wl,--rpath=$(STAGING_DIR_HOSTPKG)/lib
-Wl,--rpath,$(STAGING_DIR_HOSTPKG)/lib
$(eval $(call HostBuild))
$(eval $(call BuildPackage,vala))