You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by mx...@apache.org on 2011/10/04 12:05:39 UTC

svn commit: r1178745 - /tcl/rivet/trunk/debian/rules

Author: mxmanghi
Date: Tue Oct  4 10:05:39 2011
New Revision: 1178745

URL: http://svn.apache.org/viewvc?rev=1178745&view=rev
Log:
fixed Rivet lib directory in Debian rules

Modified:
    tcl/rivet/trunk/debian/rules

Modified: tcl/rivet/trunk/debian/rules
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/rules?rev=1178745&r1=1178744&r2=1178745&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/rules (original)
+++ tcl/rivet/trunk/debian/rules Tue Oct  4 10:05:39 2011
@@ -4,6 +4,7 @@
 #export DH_VERBOSE=1
 
 TCL_VERSION=8.5
+RIVET_LIBRARY_DIR=/usr/lib/tcltk/rivet2.1
 package=libapache2-mod-rivet
 LDFLAGS += -Wl,--as-needed
 CFLAGS = -Wall -g
@@ -44,13 +45,13 @@ configure-stamp:
 	chmod +x ./configure
 	CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"				\
 	./configure --host=$(DEB_HOST_GNU_TYPE) 			\
-		    --build=$(DEB_BUILD_GNU_TYPE) 			\
+		    --build=$(DEB_BUILD_GNU_TYPE) 			    \
 		    --with-tcl=/usr/lib/tcl$(TCL_VERSION)/		\
-		    --with-apache=/usr					\
-		    --with-apxs=/usr/bin/apxs2				\
-		    --with-tclsh=/usr/bin/tclsh$(TCL_VERSION)		\
-		    --with-apache-version=2				\
-		    --with-rivet-target-dir=/usr/lib/tcltk/rivet2.0	\
+		    --with-apache=/usr					        \
+		    --with-apxs=/usr/bin/apxs2				    \
+		    --with-tclsh=/usr/bin/tclsh$(TCL_VERSION)	\
+		    --with-apache-version=2				        \
+		    --with-rivet-target-dir=$(RIVET_LIBRARY_DIR) \
 		    --enable-version-display 
 	touch configure-stamp
 



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org