From 2dce04dd2ab472024d42ee03cc906031326dcc00 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 29 Dec 2017 16:24:15 +0000 Subject: [PATCH] audio/alure: set LLD_UNSAFE Linking with LLD currently fails due to preemption of symbols with protected visibility in a shared object: /usr/bin/ld: error: cannot preempt symbol: alureInitDevice >>> defined in libalure.so.1.2.0 >>> referenced by examples/alurestream.c >>> CMakeFiles/alurestream.dir/examples/alurestream.o:(main) For now set LLD_UNSAFE=yes so that the port will continue to link with ld.bfd if /usr/bin/ld is lld, until the issue can be addressed (with a change in openal-soft or in lld). PR: 214864, 219089 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation --- audio/alure/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/alure/Makefile b/audio/alure/Makefile index e264145e4bed..07dae33ce259 100644 --- a/audio/alure/Makefile +++ b/audio/alure/Makefile @@ -1,4 +1,4 @@ -# Created by: nemysis + # Created by: nemysis