OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Mar-2004 16:34:37
Branch: HEAD Handle: 2004032415343700
Modified files:
openpkg-src/perl-dbi perl-dbi.spec
Log:
fixed Oracle support
Summary:
Revision Changes Path
1.101 +2 -2 openpkg-src/perl-dbi/perl-dbi.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.spec
============================================================================
$ cvs diff -u -r1.100 -r1.101 perl-dbi.spec
--- openpkg-src/perl-dbi/perl-dbi.spec 18 Mar 2004 15:29:58 -0000 1.100
+++ openpkg-src/perl-dbi/perl-dbi.spec 24 Mar 2004 15:34:37 -0000 1.101
@@ -46,7 +46,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20040318
+Release: 20040324
# package options
%option with_dbd_mysql no
@@ -213,8 +213,8 @@
exit 1
;;
esac
+ %{l_prefix}/bin/perl-openpkg configure build install
) || exit $?
- %{l_prefix}/bin/perl-openpkg -d DBD-Oracle-%{V_dbd_oracle} configure build
install
%endif
%if "%{with_dbd_odbc}" == "yes"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]