[packages/tdb] - disable rpath; release 2

qboosh qboosh at pld-linux.org
Sat May 23 08:59:58 CEST 2015


commit 8d9a2737c833d87c4d15f938e8ced8fb1dc2dbe4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat May 23 09:01:52 2015 +0200

    - disable rpath; release 2

 tdb.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/tdb.spec b/tdb.spec
index 9651b12..b3b53c7 100644
--- 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
-Release:	1
+Release:	2
 Epoch:		2
 License:	LGPL v3+
 Group:		Libraries
@@ -63,7 +63,8 @@ CFLAGS="%{rpmcflags}" \
 PYTHONDIR=%{py_sitedir} \
 ./configure \
 	--prefix=%{_prefix} \
-	--libdir=%{_libdir}
+	--libdir=%{_libdir} \
+	--disable-rpath
 
 %{__make} \
 	V=1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tdb.git/commitdiff/8d9a2737c833d87c4d15f938e8ced8fb1dc2dbe4



More information about the pld-cvs-commit mailing list