Author: mmazur                       Date: Wed Feb 23 18:28:40 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pthread support is really borked in libgadu; off by default

---- Files affected:
SPECS:
   ekg.spec (1.185 -> 1.186) 

---- Diffs:

================================================================
Index: SPECS/ekg.spec
diff -u SPECS/ekg.spec:1.185 SPECS/ekg.spec:1.186
--- SPECS/ekg.spec:1.185        Wed Jan  5 23:36:36 2005
+++ SPECS/ekg.spec      Wed Feb 23 19:28:31 2005
@@ -4,6 +4,7 @@
 %bcond_without aspell          # without spell checking
 %bcond_without voip            # without VoIP support
 %bcond_without python          # with python support
+%bcond_with            pthread         # build with Posix threads support
 %bcond_with    ioctl_daemon    # with ioctl_daemon (suid root)
 #
 Summary:       A client compatible with Gadu-Gadu
@@ -13,7 +14,7 @@
 Summary(pl):   Klient kompatybilny z Gadu-Gadu
 Name:          ekg
 Version:       1.5
-Release:       5
+Release:       6
 Epoch:         4
 License:       GPL v2
 Group:         Applications/Communications
@@ -135,7 +136,11 @@
 %configure \
        --enable-shared \
        --enable-static \
+%if %{with pthread}
        --with-pthread \
+%else
+       --without-pthread \
+%endif
        --without-bind \
        %{?with_python:--with-python} \
        %{!?with_voip:--without-libgsm} \
@@ -215,6 +220,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.186  2005/02/23 18:28:31  mmazur
+- pthread support is really borked in libgadu; off by default
+
 Revision 1.185  2005/01/05 22:36:36  havner
 - rel 5 for aspell 0.50 rebuild
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ekg.spec?r1=1.185&r2=1.186&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to