bad
This commit is contained in:
parent
e14cea6bc6
commit
cf8f7559f9
2
smmapdfw/configure
vendored
2
smmapdfw/configure
vendored
@ -1862,7 +1862,7 @@ echo "$as_me: error: Need bdb-lib-dir" >&2;}
|
||||
yes)
|
||||
;;
|
||||
*)
|
||||
LDFLAGS="-L$withval -rpath $withval"
|
||||
LDFLAGS="-L$withval"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -89,10 +89,9 @@ VERSION = @VERSION@
|
||||
lib_LTLIBRARIES = libverify_worker.la
|
||||
libverify_worker_la_SOURCES = verify_worker.c
|
||||
libverify_worker_la_LIBADD = ../../libsmmapdfw/libsmmapdfw.la
|
||||
libverify_worker_la_LDFLAGS = -rpath /prod/BrklyDB4/current/lib
|
||||
|
||||
INCLUDES = -I../../libsmmapdfw
|
||||
LDFLAGS = $(LDFLAGS) @BDB_LDFLAGS@
|
||||
CPPFLAGS = $(CPPFLAGS) @BDB_CPPFLAGS@
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../../config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
@ -100,8 +99,9 @@ LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
||||
|
||||
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBS = @LIBS@
|
||||
libverify_worker_la_LDFLAGS =
|
||||
libverify_worker_la_DEPENDENCIES = ../../libsmmapdfw/libsmmapdfw.la
|
||||
libverify_worker_la_OBJECTS = verify_worker.lo
|
||||
CFLAGS = @CFLAGS@
|
||||
|
Loading…
x
Reference in New Issue
Block a user