[packages/dclib] - ghost symlink - link against -lpthread to avoid unresolved symbols - rel 2

witekfl witekfl at pld-linux.org
Fri Jan 3 15:45:11 CET 2014


commit 2f6eefc26c3779c0ba386da04b976bc56951e2a7
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Fri Jan 3 15:44:28 2014 +0100

    - ghost symlink
    - link against -lpthread to avoid unresolved symbols
    - rel 2

 dclib.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/dclib.spec b/dclib.spec
index 6c1f305..bb8d729 100644
--- a/dclib.spec
+++ b/dclib.spec
@@ -6,7 +6,7 @@ Summary:	DirectConnect support library for dcgui-qt
 Summary(pl.UTF-8):	Biblioteka obsługująca DirectConnect dla dcgui-qt
 Name:		dclib
 Version:	0.3.23
-Release:	1
+Release:	2
 Epoch:		1
 License:	GPL
 Group:		Libraries
@@ -55,7 +55,7 @@ Pliki nagłówkowe dla dclib.
 %patch1 -p1
 
 %build
-%configure
+%configure PTHREAD_LIBS=-lpthread
 %{__make}
 
 %install
@@ -73,6 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS README
+%attr(755,root,root) %ghost %{_libdir}/libdc.so.?
 %attr(755,root,root) %{_libdir}/libdc.so.*.*
 
 %files devel
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dclib.git/commitdiff/2f6eefc26c3779c0ba386da04b976bc56951e2a7



More information about the pld-cvs-commit mailing list