Re: [CMake] cmake does not set execute bit on shared libraries

2007-04-06 Thread Alan W. Irwin
On 2007-04-07 00:13+0200 Hendrik Sattler wrote: Am Freitag 06 April 2007 19:32 schrieb Alan W. Irwin: but for now the result is that Debian packagers have to remove the execute Debhelper(dh_fixperms) usually takes care of this. bit for libraries installed with autotools while Fedora package

Re: [CMake] cmake does not set execute bit on shared libraries

2007-04-06 Thread Hendrik Sattler
Am Freitag 06 April 2007 19:32 schrieb Alan W. Irwin: > but for now the result is that Debian packagers have to remove the execute Debhelper(dh_fixperms) usually takes care of this. > bit for libraries installed with autotools while Fedora packagers have to > add the execute bit for libraries ins

Re: [CMake] cmake does not set execute bit on shared libraries

2007-04-06 Thread Alan W. Irwin
On 2007-04-06 10:07-0600 Orion Poplawski wrote: Cmake does not set execute bit on shared libraries. This causes problems with packaging cmake built projects for Fedora, because the rpm packaging expects shared libraries to properly have their execute bits set. See for reference: http://fedor

[CMake] cmake does not set execute bit on shared libraries

2007-04-06 Thread Orion Poplawski
Cmake does not set execute bit on shared libraries. This causes problems with packaging cmake built projects for Fedora, because the rpm packaging expects shared libraries to properly have their execute bits set. See for reference: http://fedoraproject.org/wiki/PackagingDrafts/cmake I've fi