audio/invada-studio-plugins-lv2: Remove -fPIC from the linker command line for LLVM's lld linker

PR:		226971
Reported by:	emaste
This commit is contained in:
Yuri Victorovich 2018-03-27 20:10:03 +00:00
parent c2965defef
commit 1ed904593b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465747

View file

@ -11,7 +11,7 @@
+CC ?= cc
+LD ?= cc
+CFLAGS += -I. `pkg-config --cflags cairo gtk+-2.0` -Wall -fomit-frame-pointer -funroll-loops -ffast-math -c -fPIC
+LDFLAGS += -shared -Lwidgets -L../plugin/library -lc -lm -linv_widgets -linv_common `pkg-config --libs cairo gtk+-2.0` -fPIC
+LDFLAGS += -shared -Lwidgets -L../plugin/library -lc -lm -linv_widgets -linv_common `pkg-config --libs cairo gtk+-2.0`
GUIS = inv_compressor_gui.so \