wok-current diff xorg-xf86driproto/receipt @ rev 25725

Patch openssh CVE-2024-6387
author Stanislas Leduc <shann@slitaz.org>
date Mon Jul 01 15:09:44 2024 +0000 (2 months ago)
parents 5d79829fa876
children
line diff
     1.1 --- a/xorg-xf86driproto/receipt	Wed Jul 07 17:56:16 2021 +0000
     1.2 +++ b/xorg-xf86driproto/receipt	Mon Jul 01 15:09:44 2024 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.5  WGET_URL="$XORG_MIRROR/proto/$TARBALL"
     1.6  
     1.7 -DEPENDS="xorg-util-macros libdrm-dev pkg-config"
     1.8 +DEPENDS="xorg-util-macros pkg-config"
     1.9  BUILD_DEPENDS="xorg-util-macros"
    1.10  
    1.11  current_version()
    1.12 @@ -38,5 +38,7 @@
    1.13  	cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
    1.14  
    1.15  	cp -a $install/* $fs
    1.16 +
    1.17 +        # Ensure remove .la files
    1.18 +        find $fs -name "*.la" -delete
    1.19  }
    1.20 -