Author: jajcus                       Date: Sun Oct  2 10:00:09 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- BR: ghc-bytestring-show  for server
- force linking with zlib, it is used by the code, but linking fails sometimes

---- Files affected:
packages/hedgewars:
   hedgewars.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: packages/hedgewars/hedgewars.spec
diff -u packages/hedgewars/hedgewars.spec:1.21 
packages/hedgewars/hedgewars.spec:1.22
--- packages/hedgewars/hedgewars.spec:1.21      Sat Oct  1 21:17:25 2011
+++ packages/hedgewars/hedgewars.spec   Sun Oct  2 12:00:04 2011
@@ -33,7 +33,7 @@
 %{?with_server:BuildRequires:  ghc}
 %{?with_server:BuildRequires:  ghc-dataenc}
 %{?with_server:BuildRequires:  ghc-hslogger}
-%{?with_server:BuildRequires:  ghc-utf8-string}
+%{?with_server:BuildRequires:  ghc-bytestring-show}
 %{?with_server:BuildRequires:  gmp-devel}
 BuildRequires: lua51-devel
 BuildRequires: openssl-devel
@@ -41,6 +41,7 @@
 BuildRequires: qt4-linguist
 BuildRequires: qt4-qmake
 BuildRequires: rpmbuild(macros) >= 1.577
+BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -71,6 +72,7 @@
 %build
 %cmake \
        %{?with_server:-DWITH_SERVER=1} \
+       -DCMAKE_EXE_LINKER_FLAGS="-lz" \
        .
 %{__make}
 
@@ -109,6 +111,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2011/10/02 10:00:04  jajcus
+- BR: ghc-bytestring-show  for server
+- force linking with zlib, it is used by the code, but linking fails sometimes
+
 Revision 1.21  2011/10/01 19:17:25  jajcus
 - Version: 0.9.16
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/hedgewars/hedgewars.spec?r1=1.21&r2=1.22&f=u

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

Reply via email to