[master] 78c5c42 Adjust LD_LIBRARY_PATH in spec file

Tollef Fog Heen tfheen at varnish-cache.org
Wed Jan 26 12:36:08 CET 2011


commit 78c5c42fdb45aaa415d5ddc2c8fbe1f3af9c24da
Author: Tollef Fog Heen <tfheen at err.no>
Date:   Wed Jan 26 12:20:18 2011 +0100

    Adjust LD_LIBRARY_PATH in spec file
    
    Add libvgz to LD_LIBRARY_PATH in spec file and drop running varnishd
    -C as that is done as part of the test suite.

diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index 29200a9..0f3f778 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -166,8 +166,7 @@ mv doc/sphinx/\=build/html doc
 	%endif
 %endif
 
-LD_LIBRARY_PATH="lib/libvarnish/.libs:lib/libvarnishcompat/.libs:lib/libvarnishapi/.libs:lib/libvcl/.libs" bin/varnishd/varnishd -b 127.0.0.1:80 -C -n /tmp/foo
-%{__make} check LD_LIBRARY_PATH="../../lib/libvarnish/.libs:../../lib/libvarnishcompat/.libs:../../lib/libvarnishapi/.libs:../../lib/libvcl/.libs"
+%{__make} check LD_LIBRARY_PATH="../../lib/libvarnish/.libs:../../lib/libvarnishcompat/.libs:../../lib/libvarnishapi/.libs:../../lib/libvcl/.libs:../../lib/libvgz/.libs"
 
 %install
 rm -rf %{buildroot}



More information about the varnish-commit mailing list