# HG changeset patch # User Chris Cannam # Date 1484067777 0 # Node ID ce217eeeaa7d8a96392f824f6026add70cbf9fc3 # Parent e791c14261313d50166bee9baf57d243dd5d4c12 Experiment with this flag to get library ordering working with ubuntu 16.04 diff -r e791c1426131 -r ce217eeeaa7d helper.pro --- 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