summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2007-10-01 23:22:39 +0000
committerNathan Kinder <nkinder@redhat.com>2007-10-01 23:22:39 +0000
commit07ac2ad57c85a4db8ec6fbf5f894f11e377550af (patch)
tree31ec56f059d4cff26c84dd2f55f33baaf4a6aea3 /Makefile.am
parent52c46931868eb0457d255edeae32d72398f79a42 (diff)
downloadds-07ac2ad57c85a4db8ec6fbf5f894f11e377550af.tar.gz
ds-07ac2ad57c85a4db8ec6fbf5f894f11e377550af.tar.xz
ds-07ac2ad57c85a4db8ec6fbf5f894f11e377550af.zip
Resolves: 314791
Summary: Set SASL_PATH in ldclt wrapper script.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b326fa00..d1fd67df 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1005,6 +1005,7 @@ fixupcmd = sed \
-e 's,@db_libdir\@,$(libdir),g' \
-e 's,@db_bindir\@,$(bindir),g' \
-e 's,@sasl_libdir\@,$(libdir),g' \
+ -e 's,@sasl_path\@,$(libdir)/sasl2,g' \
-e 's,@netsnmp_libdir\@,$(libdir),g' \
-e 's,@propertydir\@,$(propertydir),g' \
-e 's,@datadir\@,$(datadir),g' \
@@ -1051,6 +1052,7 @@ fixupcmd = sed \
-e 's,@db_libdir\@,$(db_libdir),g' \
-e 's,@db_bindir\@,$(db_bindir),g' \
-e 's,@sasl_libdir\@,$(sasl_libdir),g' \
+ -e 's,@sasl_path\@,@sasl_path@,g' \
-e 's,@netsnmp_libdir\@,$(netsnmp_libdir),g' \
-e 's,@propertydir\@,$(propertydir),g' \
-e 's,@datadir\@,$(datadir),g' \