projects
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da5f63d
)
backporting the -rpath fix from HEAD (thanks, dbs)
author
miker
<miker@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 29 May 2007 17:44:18 +0000
(17:44 +0000)
committer
miker
<miker@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 29 May 2007 17:44:18 +0000
(17:44 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@927
9efc2488
-bf62-4759-914b-
345cdb29e865
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
1955932
..
754790a
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-9,7
+9,7
@@
export PERLDIR = $(LIBDIR)/perl5
export INCLUDEDIR = $(PREFIX)/include
export LDLIBS +=
-export LDFLAGS += -L $(TMPDIR) -L . -L /opt/lib
+export LDFLAGS += -
Wl,-rpath=$(LIBDIR) -
L $(TMPDIR) -L . -L /opt/lib
export CFLAGS += -pipe -g -Wall -O2 -fPIC -I$(LIBXML2_HEADERS) -I$(APACHE2_HEADERS) \
-I$(LIBXML2_HEADERS)/libxml -I$(TMP) \
-I$(APR_HEADERS) -I$(TMPDIR)