]> git.pld-linux.org Git - packages/tdb.git/commitdiff
- disable rpath; release 2 auto/th/tdb-1.3.5-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 23 May 2015 07:01:52 +0000 (09:01 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 23 May 2015 07:01:52 +0000 (09:01 +0200)
tdb.spec

index 9651b12a2e95dcc78e97c2437ab7bde7f64e558d..b3b53c7145218c85daeb0370a973c0e7c79c0978 100644 (file)
--- a/tdb.spec
+++ b/tdb.spec
@@ -2,7 +2,7 @@ Summary:        TDB - Trivial Database
 Summary(pl.UTF-8):     TDB - prosta baza danych
 Name:          tdb
 Version:       1.3.5
 Summary(pl.UTF-8):     TDB - prosta baza danych
 Name:          tdb
 Version:       1.3.5
-Release:       1
+Release:       2
 Epoch:         2
 License:       LGPL v3+
 Group:         Libraries
 Epoch:         2
 License:       LGPL v3+
 Group:         Libraries
@@ -63,7 +63,8 @@ CFLAGS="%{rpmcflags}" \
 PYTHONDIR=%{py_sitedir} \
 ./configure \
        --prefix=%{_prefix} \
 PYTHONDIR=%{py_sitedir} \
 ./configure \
        --prefix=%{_prefix} \
-       --libdir=%{_libdir}
+       --libdir=%{_libdir} \
+       --disable-rpath
 
 %{__make} \
        V=1
 
 %{__make} \
        V=1
This page took 0.145588 seconds and 4 git commands to generate.