ola: fix compilation with clang
authorRosen Penev <rosenp@gmail.com>
Sat, 1 Aug 2020 21:03:21 +0000 (14:03 -0700)
committerRosen Penev <rosenp@gmail.com>
Sun, 2 Aug 2020 07:48:49 +0000 (00:48 -0700)
Needs , not = for the rpath parameter.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/ola/Makefile

index 322600b60ee57cc8f5e8043c3e4c02a90fc9e5b2..0e457ab0e91e6ea88224fbdd6153e3c0979d4f87 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ola
 PKG_VERSION:=0.10.7
-PKG_RELEASE:=5
+PKG_RELEASE:=6
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/OpenLightingProject/ola/tar.gz/$(PKG_VERSION)?
@@ -71,7 +71,7 @@ HOST_CPPFLAGS += \
 CONFIGURE_VARS += \
        require_gnu_plus_plus_11=yes
 
-HOST_LDFLAGS += -Wl,-rpath="$(STAGING_DIR_HOSTPKG)/lib"
+HOST_LDFLAGS += -Wl,-rpath$(comma)$(STAGING_DIR_HOSTPKG)/lib
 TARGET_LDFLAGS += $(if $(CONFIG_USE_GLIBC),-lm)
 
 # only build the ola_protoc thingy