wok-next rev 19940

udev: add -lrt in ldflags
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 18:25:43 2017 +0200 (2017-10-15)
parents 4a8ed40e1cbf
children 5af737a221b4
files florence/receipt udev/receipt
line diff
     1.1 --- a/florence/receipt	Sun Oct 15 18:18:17 2017 +0200
     1.2 +++ b/florence/receipt	Sun Oct 15 18:25:43 2017 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION-gtk2/$TARBALL"
     1.5  
     1.6  DEPENDS="gtk+ GConf librsvg at-spi2-core at-spi2-atk gstreamer0"
     1.7 -BUILD_DEPENDS="gtk+-dev GConf-dev librsvg-dev at-spi2-core at-spi2-atk \
     1.8 +BUILD_DEPENDS="gtk+-dev GConf-dev librsvg-dev at-spi2-core-dev at-spi2-atk-dev \
     1.9  gstreamer0-dev libnotify-dev gnome-doc-utils-dev gnome-doc-utils intltool"
    1.10  
    1.11  # Rules to configure and make the package.
     2.1 --- a/udev/receipt	Sun Oct 15 18:18:17 2017 +0200
     2.2 +++ b/udev/receipt	Sun Oct 15 18:25:43 2017 +0200
     2.3 @@ -38,6 +38,7 @@
     2.4  			done ;;
     2.5  	esac
     2.6  	sed -i 's/.*mtd-user.*/&\n#include <stdint.h>/' src/mtd_probe/mtd_probe.h
     2.7 +	export LDFLAGS="$LDFLAGS -lrt"
     2.8  	./configure \
     2.9  		--exec-prefix="" \
    2.10  		--with-rootprefix="" \