libthread_xu: disable use of version script
authorSimon Schubert <corecode@dragonflybsd.org>
Wed, 27 May 2009 09:32:24 +0000 (11:32 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Wed, 27 May 2009 09:32:24 +0000 (11:32 +0200)
commit5e54f4dd320a3559229c017c04dbeb94d0379a2e
tree092efdc7a176daa4eb3595ab931648ffba6f2096
parent0d2a1dea27835ac500edf5643b5832e162a88171
libthread_xu: disable use of version script

Due to a bug(?) in the gcc driver, the version script has not been used
previously.  Since we pass it directly to the linker, threaded
applications have been crashing erratically.  Correctly disable the
version script until this issue is resolved.

Tracked-down-by: hasso@
lib/libthread_xu/Makefile