changeset 30:ce217eeeaa7d

Experiment with this flag to get library ordering working with ubuntu 16.04
author Chris Cannam
date Tue, 10 Jan 2017 17:02:57 +0000
parents e791c1426131
children d4548b18eaf2
files helper.pro
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/helper.pro	Mon Jan 09 10:18:47 2017 +0000
+++ b/helper.pro	Tue Jan 10 17:02:57 2017 +0000
@@ -15,7 +15,7 @@
 }
 
 linux* {
-    QMAKE_LFLAGS += -ldl
+    QMAKE_LFLAGS += -Wl,--start-group -ldl
 }
 
 TARGET = vamp-plugin-load-checker