]> git.pld-linux.org Git - packages/wwwcount.git/commitdiff
- fix building with bdb 5.x auto/th/wwwcount-2.6-11
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 22 Sep 2012 18:58:10 +0000 (20:58 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 22 Sep 2012 18:58:10 +0000 (20:58 +0200)
- rel 11

wwwcount-db41.patch
wwwcount.spec

index 1b3d4b02c3f42fc7ba89801ffc479b78b2652eda..6357215af5df66330fd099dc228743294c461565 100644 (file)
@@ -12,7 +12,7 @@
         ret->set_malloc( ret, ldbm_malloc );
         */
         ret->set_cachesize( ret, 0, dbcachesize, 0 );
-+#if (DB_VERSION_MAJOR == 4) && (DB_VERSION_MINOR >= 1)
++#if (DB_VERSION_MAJOR == 5) || ((DB_VERSION_MAJOR == 4) && (DB_VERSION_MINOR >= 1))
 +       err = ret->open( ret, NULL, name, NULL, DB_TYPE, rw, mode);
 +#else
         err = ret->open( ret, name, NULL, DB_TYPE, rw, mode);
index 01207cfa441c20f97c022485e1996ef123ae9a33..9d1b0e01fa65d3b87bcf7d2691ee6197e44ade24 100644 (file)
@@ -8,7 +8,7 @@ Summary:        WWW Hit Access Counter
 Summary(pl.UTF-8):     Licznik dostępu do strony WWW
 Name:          wwwcount
 Version:       2.6
-Release:       10
+Release:       11
 Epoch:         1
 Group:         Networking/Utilities
 License:       BSD-like
This page took 0.132798 seconds and 4 git commands to generate.