On Fri, 23 Mar 2012 00:26:24 +0100, Kraus Philipp wrote:
> I try to build the cryptsetup tools, but all depended library should be
> build with +static-libs use flag. I have set my packages.use to:
>
> sys-fs/cryptsetup -static-libs
> dev-libs/libgcrypt static-libs
> dev-libs/popt static-libs
> dev-libs/libgpg-error static-libs
> sys-apps/util-linux static-libs
>
> Can I build the cryptsetup without the static libs? Is there a reason
> that I must build it with static libs?
cryptsetup does not have a static-libs USE flag. It has a static flag,
which default to on and requires dependencies to be built with
static-libs. Turn off the static flag for cryptsetup.
--
Neil Bothwick
OS/2: Obsolete Soon, Too
03-23-2012, 12:45 PM
Kraus Philipp
cryptsetup with static libs
Am 23.03.2012 um 01:14 schrieb Neil Bothwick:
> On Fri, 23 Mar 2012 00:26:24 +0100, Kraus Philipp wrote:
>
>> I try to build the cryptsetup tools, but all depended library should be
>> build with +static-libs use flag. I have set my packages.use to:
>>
>> sys-fs/cryptsetup -static-libs
>> dev-libs/libgcrypt static-libs
>> dev-libs/popt static-libs
>> dev-libs/libgpg-error static-libs
>> sys-apps/util-linux static-libs
>>
>> Can I build the cryptsetup without the static libs? Is there a reason
>> that I must build it with static libs?
>
> cryptsetup does not have a static-libs USE flag. It has a static flag, [...]