OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 09-Jul-2003 16:08:29
Branch: HEAD Handle: 2003070915082701
Modified files:
openpkg-src/mysqlcc mysqlcc.spec
openpkg-web news.txt
Log:
point to mysql library subdirectory
Summary:
Revision Changes Path
1.4 +5 -3 openpkg-src/mysqlcc/mysqlcc.spec
1.5471 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysqlcc/mysqlcc.spec
============================================================================
$ cvs diff -u -r1.3 -r1.4 mysqlcc.spec
--- openpkg-src/mysqlcc/mysqlcc.spec 8 Jul 2003 14:41:07 -0000 1.3
+++ openpkg-src/mysqlcc/mysqlcc.spec 9 Jul 2003 14:08:28 -0000 1.4
@@ -33,7 +33,7 @@
Group: Database
License: GPL
Version: 0.9.2
-Release: 20030611
+Release: 20030709
# list of sources
Source0:
http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQLCC/mysqlcc-%{version}-src.tar.gz
@@ -41,8 +41,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, X11, make, gcc, mysql, qt
+BuildPreReq: OpenPKG, openpkg >= 20030103, X11, make, gcc
+BuildPreReq: MYSQL, qt
PreReq: OpenPKG, openpkg >= 20030103, X11
+PreReq: MYSQL, qt
AutoReq: no
AutoReqProv: no
@@ -67,7 +69,7 @@
CFLAGS="%{l_cflags -O}" \
CXXFLAGS="%{l_cxxflags -O}" \
CPPFLAGS="%{l_cppflags qt}" \
- LDFLAGS="%{l_ldflags}" \
+ LDFLAGS="%{l_ldflags mysql}" \
./configure \
--prefix=%{l_prefix} \
--with-mysql-include=%{l_prefix}/include/mysql \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5470 -r1.5471 news.txt
--- openpkg-web/news.txt 9 Jul 2003 14:06:57 -0000 1.5470
+++ openpkg-web/news.txt 9 Jul 2003 14:08:27 -0000 1.5471
@@ -1,3 +1,4 @@
+09-Jul-2003: Upgraded package: P<mysqlcc-0.9.2-20030709>
09-Jul-2003: Upgraded package: P<ghostscript-esp-7.05.6-20030709>
09-Jul-2003: Upgraded package: P<vim-6.2.21-20030709>
09-Jul-2003: Upgraded package: P<tomcat4-4.1.24-20030709>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]