Make backtrace function lookup to work for functions in the executable itself

This commit is contained in:
Nedko Arnaudov 2009-09-20 18:56:44 +03:00
parent 540d2eb721
commit 969873de35
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ def build(bld):
daemon.includes = "build/default" # XXX config.h version.h and other generated files
daemon.uselib = 'DBUS-1 UUID EXPAT'
daemon.ver_header = 'version.h'
daemon.env.append_value("LINKFLAGS", ["-lutil", "-ldl"])
daemon.env.append_value("LINKFLAGS", ["-lutil", "-ldl", "-Wl,-E"])
daemon.source = [
'jack_proxy.c',