Description: Patch logic applied by upstream to determine installation dir so that it works with Debian multiarch.
Author: James Turton <james@somecomputer.xyz>
Last-Update: 2020-04-10
Forwarded: no
--- a/library/tulip-core/src/TlpTools.cpp
+++ b/library/tulip-core/src/TlpTools.cpp
@@ -144,7 +144,6 @@ char *getTulipLibDir(char *buf) {
       if (dladdr(symbol, &info)) {
         std::string tmp = info.dli_fname;
         tulipLibDir = tmp.substr(0, tmp.rfind('/') + 1);
-        tulipLibDir.append("../").append(TULIP_INSTALL_LIBDIR_STR);
       }
     }
     dlclose(ptr);
