OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Mar-2006 08:22:42
Branch: HEAD Handle: 2006031007224200
Modified files:
openpkg-src/unixodbc unixodbc.spec
Log:
just small cosmetics while I'm poking around here
Summary:
Revision Changes Path
1.54 +5 -1 openpkg-src/unixodbc/unixodbc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/unixodbc/unixodbc.spec
============================================================================
$ cvs diff -u -r1.53 -r1.54 unixodbc.spec
--- openpkg-src/unixodbc/unixodbc.spec 9 Mar 2006 18:41:55 -0000
1.53
+++ openpkg-src/unixodbc/unixodbc.spec 10 Mar 2006 07:22:42 -0000
1.54
@@ -33,7 +33,7 @@
Group: Database
License: GPL
Version: 2.2.11
-Release: 20060309
+Release: 20060310
# list of sources
Source0: http://www.unixodbc.org/unixODBC-%{version}.tar.gz
@@ -62,6 +62,7 @@
%setup -q -n unixODBC-%{version}
%build
+ # configure toolkit
%{l_shtool} subst \
-e 's;\(--mode=link $(CCLD)\);\1 -static;' \
exe/Makefile.in
@@ -78,11 +79,14 @@
--with-pic \
--enable-shared \
--without-pth
+
+ # build toolkit
%{l_make} %{l_mflags -O}
%install
rm -rf $RPM_BUILD_ROOT
+ # install toolkit
%{l_make} %{l_mflags} install \
prefix=$RPM_BUILD_ROOT%{l_prefix} \
exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]