OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 30-Jun-2004 09:14:35
Branch: HEAD Handle: -NONE-
Modified files:
openpkg-src/db db.spec
Log:
extend the udivdi3 hack to clz for Solaris 9, too
Summary:
Revision Changes Path
1.49 +3 -3 openpkg-src/db/db.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/db/db.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 db.spec
--- openpkg-src/db/db.spec 25 Jun 2004 09:50:42 -0000 1.48
+++ openpkg-src/db/db.spec 30 Jun 2004 07:14:35 -0000 1.49
@@ -38,7 +38,7 @@
Group: Database
License: BSD
Version: %{V_version}.%{V_revision}
-Release: 20040625
+Release: 20040630
# package options
%option with_compat no
@@ -85,7 +85,7 @@
%patch -p0 -P 1
%patch -p0 -P 2
%{l_shtool} subst \
- -e 's;\($(ar) cr .*\);\1 _udivdi3.o _muldi3.o;' \
+ -e 's;\($(ar) cr .*\);\1 _udivdi3.o _muldi3.o _clz.o;' \
dist/Makefile.in
%build
@@ -100,7 +100,7 @@
* ) mutex="UNIX/fcntl" ;;
esac
cd build_unix
- ar -vx `%{l_cc} -print-libgcc-file-name` _udivdi3.o _muldi3.o
+ ar -vx `%{l_cc} -print-libgcc-file-name` _udivdi3.o _muldi3.o _clz.o
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
%if "%{with_cxx}" == "yes"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]