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-Apr-2008 20:20:02
Branch: HEAD Handle: 2008041019200200
Modified files:
openpkg-src/dcron dcron.spec
Log:
try to direct the compiler to the local includes to fix building under
Linux
Summary:
Revision Changes Path
1.55 +2 -2 openpkg-src/dcron/dcron.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dcron/dcron.spec
============================================================================
$ cvs diff -u -r1.54 -r1.55 dcron.spec
--- openpkg-src/dcron/dcron.spec 13 Jan 2008 17:01:01 -0000 1.54
+++ openpkg-src/dcron/dcron.spec 10 Apr 2008 18:20:02 -0000 1.55
@@ -36,7 +36,7 @@
Group: System
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20080113
+Release: 20080410
# list of sources
Source0:
http://apollo.backplane.com/FreeSrc/dcron%{V_major}%{V_minor}.tgz
@@ -77,7 +77,7 @@
defs.h
%{l_make} %{l_mflags -O} \
CC="%{l_cc}" \
- CFLAGS="%{l_cflags}"
+ CFLAGS="%{l_cflags} -I."
%install
rm -rf $RPM_BUILD_ROOT
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]