You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
353 B
12 lines
353 B
2 years ago
|
--- a/scripts/utils.mk
|
||
|
+++ b/scripts/utils.mk
|
||
|
@@ -56,7 +56,7 @@
|
||
|
|
||
|
do_compile_shared_library = \
|
||
|
($(print_shared_lib_compile) \
|
||
|
- $(CC) --shared $^ '-Wl,-soname,$(1),-rpath=$$ORIGIN' -o $@ $(LIBS))
|
||
|
+ $(CC) --shared $^ '-Wl,-soname,$(1),-rpath=$$ORIGIN' -o $@ $(GCCLDFLAGS) $(LIBS))
|
||
|
|
||
|
do_compile_plugin_obj = \
|
||
|
($(print_plugin_obj_compile) \
|