]> git.pld-linux.org Git - packages/talloc.git/commitdiff
- disable rpath; release 2 auto/th/talloc-2.1.2-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 23 May 2015 06:45:18 +0000 (08:45 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 23 May 2015 06:45:18 +0000 (08:45 +0200)
talloc.spec

index cbecb5f863116cb9fc72cad72992bc00fd1cb82d..d1b1b98d9cd1bdcfd0a6834ab4665165ce22698d 100644 (file)
@@ -2,7 +2,7 @@ Summary:        The talloc library - a hierarchical pool based memory system
 Summary(pl.UTF-8):     Biblioteka talloc - system przydzielania pamiÄ™ci oparty na hierarchicznej puli
 Name:          talloc
 Version:       2.1.2
-Release:       1
+Release:       2
 Epoch:         2
 License:       LGPL v3+
 Group:         Libraries
@@ -82,7 +82,8 @@ CFLAGS="%{rpmcflags}" \
 PYTHONDIR=%{py_sitedir} \
 ./configure \
        --prefix=%{_prefix} \
-       --libdir=%{_libdir}
+       --libdir=%{_libdir} \
+       --disable-rpath
 
 %{__make} \
        V=1
This page took 0.784345 seconds and 4 git commands to generate.