diff options
Diffstat (limited to 'support/shobj-conf')
-rwxr-xr-x | support/shobj-conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/shobj-conf b/support/shobj-conf index c531784..23ebf58 100755 --- a/support/shobj-conf +++ b/support/shobj-conf @@ -112,7 +112,7 @@ linux*-*|gnu*-*|k*bsd*-gnu-*) SHLIB_XLDFLAGS='-Wl,-rpath-link,$(libdir) -Wl,-soname,`basename $@ $(SHLIB_MINOR)`' SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)' - SHLIB_LIBS=-lncurses + SHLIB_LIBS="-lncurses -ltinfo" ;; freebsd2*) |