[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    svn commit: r780411 - /apr/apr/trunk/test/Makefile.in
From:       rpluem () apache ! org
Date:       2009-05-31 11:44:10
Message-ID: 20090531114410.6D840238889C () eris ! apache ! org
[Download RAW message or body]

Author: rpluem
Date: Sun May 31 11:44:10 2009
New Revision: 780411

URL: http://svn.apache.org/viewvc?rev=780411&view=rev
Log:
* Ensure that the dbm drivers are also contained in the shlib path variable.

Submitted by: Stefan Fritsch <sf sfritsch.de>
Reviewed by: rpluem

Modified:
    apr/apr/trunk/test/Makefile.in

Modified: apr/apr/trunk/test/Makefile.in
URL: http://svn.apache.org/viewvc/apr/apr/trunk/test/Makefile.in?rev=780411&r1=780410&r2=780411&view=diff
 ==============================================================================
--- apr/apr/trunk/test/Makefile.in (original)
+++ apr/apr/trunk/test/Makefile.in Sun May 31 11:44:10 2009
@@ -175,7 +175,7 @@
 	        if test "$$prog" = 'dbd'; then \
 			for driver in none @apu_dbd_tests@; do \
 				if test "$$driver" != 'none'; then \
-					@shlibpath_var@="`echo "../dbd/.libs:../ldap/.libs:$$@shlibpath_var@" | sed -e \
's/::*$$//'`" \ +					@shlibpath_var@="`echo \
                "../dbm/.libs:../dbd/.libs:../ldap/.libs:$$@shlibpath_var@" | sed -e \
                's/::*$$//'`" \
 					./$$prog $$driver; \
 					status=$$?; \
 					if test $$status != 0; then \
@@ -185,7 +185,7 @@
 				fi; \
 			done; \
 	        else \
-			@shlibpath_var@="`echo "../dbd/.libs:../ldap/.libs:$$@shlibpath_var@" | sed -e \
's/::*$$//'`" \ +			@shlibpath_var@="`echo \
                "../dbm/.libs:../dbd/.libs:../ldap/.libs:$$@shlibpath_var@" | sed -e \
                's/::*$$//'`" \
 			./$$prog; \
 			status=$$?; \
 			if test $$status != 0; then \


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic