waf: Make sure libraries are installed with the execute flag set.
commitaed0735862f9517c49918bb4e4b444427d924b2e
authorAndreas Schneider <asn@samba.org>
Thu, 23 Feb 2012 10:05:09 +0000 (23 11:05 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 23 Feb 2012 19:57:11 +0000 (23 20:57 +0100)
tree3c6e28ca3c2737358030b8fb9cd3d056d0c04f20
parent8ba82673084fcc1c6beaf630da5a1d42f6d84f1c
waf: Make sure libraries are installed with the execute flag set.

There are two reasons for that. The first is that libraries are
executables and can have main functions (see libc). The second reason is
that rpm script to extract debuginfo are looking for executables and
then check if it is the right file to extract the info.

Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Thu Feb 23 20:57:11 CET 2012 on sn-devel-104
buildtools/wafsamba/samba_install.py