OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Sep-2004 13:46:38
Branch: HEAD Handle: 2004091012463800
Modified files:
openpkg-src/mysql41 mysql41.spec
Log:
use external readline library; brand with OpenPKG; enable VIO stuff
Summary:
Revision Changes Path
1.18 +5 -0 openpkg-src/mysql41/mysql41.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql41/mysql41.spec
============================================================================
$ cvs diff -u -r1.17 -r1.18 mysql41.spec
--- openpkg-src/mysql41/mysql41.spec 10 Sep 2004 09:33:12 -0000 1.17
+++ openpkg-src/mysql41/mysql41.spec 10 Sep 2004 11:46:38 -0000 1.18
@@ -106,6 +106,7 @@
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
CXXFLAGS="%{l_cxxflags -O}" \
+ LDFLAGS="-L`pwd`/bdb/build_unix -L`pwd`/libmysql %{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/mysql \
@@ -114,6 +115,7 @@
--with-unix-socket-path=%{l_prefix}/var/mysql/mysql.sock \
--with-mysqld-user=%{l_musr} \
--enable-thread-safe-client \
+ --with-comment="%{l_openpkg_release}" \
%if "%{with_bdb}" == "yes"
--with-berkeley-db \
%endif
@@ -125,6 +127,9 @@
--with-openssl-includes=%{l_prefix}/include \
--with-openssl-libs=%{l_prefix}/lib \
%endif
+ --without-readline \
+ --without-libedit \
+ --with-vio \
--with-named-z-libs=no \
--with-low-memory \
--disable-shared \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]