Author: frankie
Date: 2007-11-14 15:52:02 +0000 (Wed, 14 Nov 2007)
New Revision: 1268

Modified:
   packages/grass/trunk/debian/changelog
   packages/grass/trunk/debian/rules
Log:
Minor changes for mysql


Modified: packages/grass/trunk/debian/changelog
===================================================================
--- packages/grass/trunk/debian/changelog       2007-11-14 15:51:16 UTC (rev 
1267)
+++ packages/grass/trunk/debian/changelog       2007-11-14 15:52:02 UTC (rev 
1268)
@@ -7,8 +7,9 @@
   * Moved to new Tcl/Tk policy, introducing default -dev packages 
build-dependencies as alternative
     and still depending on versioned ones for backports. For backports the
     Tcl/Tk includes path is found at build time in debian/rules.
+  * Now using mysql_config to get MySQL includes path.
 
- -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Wed, 14 Nov 2007 16:30:49 
+0100
+ -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Wed, 14 Nov 2007 16:49:58 
+0100
 
 grass (6.2.2-2) unstable; urgency=medium
 

Modified: packages/grass/trunk/debian/rules
===================================================================
--- packages/grass/trunk/debian/rules   2007-11-14 15:51:16 UTC (rev 1267)
+++ packages/grass/trunk/debian/rules   2007-11-14 15:52:02 UTC (rev 1268)
@@ -58,7 +58,7 @@
                     --with-freetype-includes=/usr/include/freetype2 \
                     --with-tcltk-includes=$(TCLINC) \
                     --with-postgres-includes=$(shell pg_config --includedir) \
-                    --with-mysql-includes=/usr/include/mysql \
+                    --with-mysql-includes=$(shell mysql_config --include|sed 
-e 's/-I//') \
                    --with-proj-share=/usr/share/proj
 
        touch config-stamp


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to