OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Feb-2005 16:11:01
Branch: HEAD Handle: 2005021615110000
Modified files:
openpkg-src/ripe-dbase ripe-dbase.spec
Log:
repair buildconf to ignore any irrelevant (non OpenPKG) OpenSSL paths
Summary:
Revision Changes Path
1.42 +4 -1 openpkg-src/ripe-dbase/ripe-dbase.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ripe-dbase/ripe-dbase.spec
============================================================================
$ cvs diff -u -r1.41 -r1.42 ripe-dbase.spec
--- openpkg-src/ripe-dbase/ripe-dbase.spec 5 Jan 2005 15:25:19 -0000
1.41
+++ openpkg-src/ripe-dbase/ripe-dbase.spec 16 Feb 2005 15:11:00 -0000
1.42
@@ -34,7 +34,7 @@
Group: Database
License: RIPE NCC
Version: 3.2.0
-Release: 20050105
+Release: 20050216
# package options
%option with_extobjs no
@@ -107,6 +107,9 @@
%{l_shtool} subst \
-e 's;sample.db.gz;ripe.db.gz;' \
bin/load/make_db.in
+ %{l_shtool} subst \
+ -e 's;-I/usr/include/openssl;-I%{l_prefix}/include/openssl;' \
+ configure
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]