[packages/ntdb] - disable rpath; release 3

qboosh qboosh at pld-linux.org
Sat May 23 09:08:13 CEST 2015


commit b4b931c419ea1a7202d40fa1b01425ec0d6261d0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat May 23 09:10:05 2015 +0200

    - disable rpath; release 3

 ntdb.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/ntdb.spec b/ntdb.spec
index aff7921..84e6887 100644
--- a/ntdb.spec
+++ b/ntdb.spec
@@ -2,7 +2,7 @@ Summary:	A not-so trivial keyword/data database system
 Summary(pl.UTF-8):	Nie-Trywialna Baza danych
 Name:		ntdb
 Version:	1.0
-Release:	2
+Release:	3
 License:	LGPL v3+
 Group:		Libraries
 Source0:	http://samba.org/ftp/tdb/%{name}-%{version}.tar.gz
@@ -60,7 +60,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/ntdb.git/commitdiff/b4b931c419ea1a7202d40fa1b01425ec0d6261d0



More information about the pld-cvs-commit mailing list