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: 12-Oct-2006 22:39:14
Branch: HEAD Handle: 2006101221391400
Modified files:
openpkg-src/sleuthkit sleuthkit.spec
Log:
requires OpenSSL
Summary:
Revision Changes Path
1.35 +4 -4 openpkg-src/sleuthkit/sleuthkit.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sleuthkit/sleuthkit.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 sleuthkit.spec
--- openpkg-src/sleuthkit/sleuthkit.spec 9 Oct 2006 08:36:15 -0000
1.34
+++ openpkg-src/sleuthkit/sleuthkit.spec 12 Oct 2006 20:39:14 -0000
1.35
@@ -33,7 +33,7 @@
Group: Filesystem
License: GPL
Version: 2.06
-Release: 20061009
+Release: 20061012
# list of sources
Source0:
http://switch.dl.sourceforge.net/sleuthkit/sleuthkit-%{version}.tar.gz
@@ -44,8 +44,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make
PreReq: OpenPKG, openpkg >= 20040130, file
-BuildPreReq: perl, perl-time
-PreReq: perl, perl-time
+BuildPreReq: perl, perl-time, openssl
+PreReq: perl, perl-time, openssl
AutoReq: no
AutoReqProv: no
@@ -83,7 +83,7 @@
%build
# build programs
%{l_make} %{l_mflags} \
- CC="%{l_cc} %{l_cflags -O}"
+ CC="%{l_cc} %{l_cflags -O} %{l_cppflags} %{l_ldflags}"
# adjust Perl scripts
%{l_shtool} subst \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]