]> git.pld-linux.org Git - packages/log4cxx.git/commitdiff
- gcc 4.3 buildfix
authorpawelz <pawelz@pld-linux.org>
Sun, 3 Aug 2008 17:33:05 +0000 (17:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: libdb4.7-devel

Changed files:
    log4cxx.spec -> 1.13

log4cxx.spec

index fab7e4e109fe639f3af36146556ef3353d97f6e1..4fe90e543bce8b382f79ed2267e1613f4ee9f91f 100644 (file)
@@ -7,9 +7,11 @@ License:       Apache
 Group:         Libraries
 Source0:       http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-%{name}-%{version}.tar.gz
 # Source0-md5: b30ffb8da3665178e68940ff7a61084c
+Patch0:                log4cxx-gcc43.patch
 URL:           http://logging.apache.org/log4cxx/
 BuildRequires: apr-util-devel
 BuildRequires: libstdc++-devel
+BuildRequires: db4.7-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -50,6 +52,8 @@ Statyczna biblioteka log4cxx.
 %prep
 %setup -q -n apache-%{name}-%{version}
 
+%patch0 -p1
+
 %build
 
 %configure
This page took 0.193978 seconds and 4 git commands to generate.