wok-current diff libetpan-dev/receipt @ rev 25787
Adjust minimal kernel version for glibc
| author | Stanislas Leduc <shann@slitaz.org> |
|---|---|
| date | Tue Jul 29 18:07:04 2025 +0000 (3 months ago) |
| parents | 392544512bc6 |
| children |
line diff
1.1 --- a/libetpan-dev/receipt Tue Mar 03 15:36:52 2020 +0100 1.2 +++ b/libetpan-dev/receipt Tue Jul 29 18:07:04 2025 +0000 1.3 @@ -15,7 +15,8 @@ 1.4 { 1.5 mkdir -p $fs/usr/lib 1.6 1.7 -# cp -a $install/usr/bin $fs/usr 1.8 - cp -a $install/usr/include $fs/usr 1.9 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.10 +# cp -a $install/usr/bin $fs/usr 1.11 + cp -a $install/usr/include $fs/usr 1.12 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.13 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.14 }