]> git.pld-linux.org Git - packages/db.git/commitdiff
- always use libtool.m4 macro provided by system libtool (fixes build on amd64);...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 18 Dec 2003 21:58:55 +0000 (21:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    db.spec -> 1.37

db.spec

diff --git a/db.spec b/db.spec
index c0353fdcfcf53f97997bffe7e38e9d437f60b2a5..df7b983ecb3d621e82ae3a40238743a4a8b6fb24 100644 (file)
--- a/db.spec
+++ b/db.spec
@@ -7,7 +7,7 @@ Summary:        Berkeley DB database library for C
 Summary(pl):   Biblioteka C do obs³ugi baz Berkeley DB
 Name:          db
 Version:       4.2.52
-Release:       1
+Release:       2
 License:       Sleepycat public license (GPL-like, see LICENSE)
 Group:         Libraries
 # alternative site (sometimes working): http://www.berkeleydb.com/
@@ -16,6 +16,7 @@ Source0:      http://www.sleepycat.com/update/snapshot/%{name}-%{version}.tar.gz
 # Source0-md5: cbc77517c9278cdb47613ce8cb55779f
 URL:           http://www.sleepycat.com/
 BuildRequires: autoconf
+BuildRequires: libtool
 BuildRequires: ed
 # gcc-java or jdk
 # but requires some Java VM - gij is not sufficient
@@ -208,6 +209,7 @@ polece
 
 %build
 cd dist
+install %{_datadir}/aclocal/libtool.m4 aclocal/libtool.ac
 sh s_config
 cd ..
 
This page took 0.092194 seconds and 4 git commands to generate.