[Buildroot] [PATCH 1/1] botan: fix install directory

DUPONCHEEL Sébastien sebastien.duponcheel at corp.ovh.com
Fri Nov 23 14:54:07 UTC 2018


Hi thomas,

Yes that is.

While i was working on a kea-dhcp package that depends on botan.
I see something weird with the botan install directory.

Before my patch :
output/target/usr/usr/lib/libbotan-2.so
output/target/usr/usr/lib/pkgconfig/botan-2.pc
output/target/usr/usr/lib/python2.7/site-packages/botan2.py
output/target/usr/usr/lib/libbotan-2.so.8.8.0
output/target/usr/usr/lib/libbotan-2.so.8
output/target/usr/usr/bin/botan

After my patch :
./output/target/usr/lib/libbotan-2.so
./output/target/usr/lib/python2.7/site-packages/botan2.py
./output/target/usr/lib/libbotan-2.so.8.8.0
./output/target/usr/lib/libbotan-2.so.8
./output/target/usr/bin/botan

Best regards,
DUPONCHEEL Sébastien

Le 23/11/2018 à 15:50, Thomas Petazzoni a écrit :
> Hello,
>
> Thanks for your contribution!
>
> On Fri, 23 Nov 2018 15:27:39 +0100, DUPONCHEEL Sébastien wrote:
>> Signed-off-by: DUPONCHEEL Sébastien <sebastien.duponcheel at corp.ovh.com>
> It would be nice to have a bit more details in the commit log here, so
> that we understand exactly what it is fixing, and whether this fix
> should be pushed to the master branch or the next branch.
>
> Is it that with the current DESTDIR value, botan gets installed in
> STAGING_DIR/usr/usr ?
>
> Thanks,
>
> Thomas



More information about the buildroot mailing list