changes
This commit is contained in:
parent
49776e1fbd
commit
944613b78a
2
smmapdfw/configure
vendored
2
smmapdfw/configure
vendored
@ -1853,7 +1853,7 @@ echo "$as_me: error: Need bdb-lib-dir" >&2;}
|
||||
yes)
|
||||
;;
|
||||
*)
|
||||
LDFLAGS="$LDFLAGS -L$withval"
|
||||
LDFLAGS="$LDFLAGS -L$withval -R$withval"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
lib_LTLIBRARIES = libverify_worker.la
|
||||
libverify_worker_la_SOURCES = verify_worker.c
|
||||
libverify_worker_la_LIBADD = ../libsmmapdfw/libsmmapdfw.la
|
||||
libverify_worker_la_LIBADD = ../libsmmapdfw/libsmmapdfw.la -ldb
|
||||
dnl libverify_worker_la_LDFLAGS = -R/prod/BrklyDB4/current/lib
|
||||
|
||||
INCLUDES = -I../libsmmapdfw
|
||||
|
||||
|
@ -89,7 +89,7 @@ VERSION = @VERSION@
|
||||
|
||||
lib_LTLIBRARIES = libverify_worker.la
|
||||
libverify_worker_la_SOURCES = verify_worker.c
|
||||
libverify_worker_la_LIBADD = ../libsmmapdfw/libsmmapdfw.la
|
||||
libverify_worker_la_LIBADD = ../libsmmapdfw/libsmmapdfw.la -ldb
|
||||
|
||||
INCLUDES = -I../libsmmapdfw
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
@ -356,6 +356,7 @@ uninstall-am uninstall all-redirect all-am all installdirs \
|
||||
mostlyclean-generic distclean-generic clean-generic \
|
||||
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
||||
|
||||
dnl libverify_worker_la_LDFLAGS = -R/prod/BrklyDB4/current/lib
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
|
Loading…
x
Reference in New Issue
Block a user