Re: [Debian-med-packaging] Cmake help for htqc needed

2015-06-23 Thread Leopold Palomo-Avellaneda
El Dilluns, 22 de juny de 2015, a les 20:38:40, Andreas Tille va escriure: On Mon, Jun 22, 2015 at 03:49:39PM +0200, Gert Wollny wrote: I've attached a patch that should do the trick. (I'm on a computer without the ssh-keys for Debian git write access). Works perfectly. Thanks a lot.

Re: [Debian-med-packaging] Cmake help for htqc needed

2015-06-23 Thread Andreas Tille
Hi Leopold, On Tue, Jun 23, 2015 at 09:51:43AM +0200, Leopold Palomo-Avellaneda wrote: Now some other questions raised: 1. How can I switch to dynamic linking of the set of executables? AFAIK in the htqc sources there are two static libraries: htio2 and ht_common. These two are

Re: [Debian-med-packaging] Cmake help for htqc needed

2015-06-22 Thread Andreas Tille
On Mon, Jun 22, 2015 at 03:49:39PM +0200, Gert Wollny wrote: I've attached a patch that should do the trick. (I'm on a computer without the ssh-keys for Debian git write access). Works perfectly. Thanks a lot. Now some other questions raised: 1. How can I switch to dynamic linking of the

Cmake help for htqc needed

2015-06-22 Thread Andreas Tille
Hi, I injected packaging stuff for htqc into Git Vcs-Git: git://anonscm.debian.org/debian-med/htqc.git When trying to build the package somehow a ';' ins injected into the CXX_FLAGS. The build ends in /usr/bin/c++-g -O2 -fstack-protector-strong -Wformat -Werror=format-security

Re: [Debian-med-packaging] Cmake help for htqc needed

2015-06-22 Thread Gert Wollny
Hi, I've attached a patch that should do the trick. (I'm on a computer without the ssh-keys for Debian git write access). Explanation: The htqc authors might have used a version of cmake that interprets the CMAKE_CXX_FLAGS as a list, and Elements of lists in cmake are separated by ';'.