summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-03-20 22:36:41 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-20 21:50:44 +0100
commit1c5ade99fd2e34132c89c0fc6478a004fd959982 (patch)
tree7c93435349f305f3aec6b05e51cc3a82142ba462
parent22dbe0035f309c2ea141344ed6a4e0e79881a1fa (diff)
downloadbuildroot-1c5ade99fd2e34132c89c0fc6478a004fd959982.tar.gz
buildroot-1c5ade99fd2e34132c89c0fc6478a004fd959982.zip
libv4l: drop -lrt workaround
libv4l adds the -lrt flag since upstream commit 3dcb945bfcab ("v4l2-compliance: Explicitely link against rt library"). Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/libv4l/libv4l.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libv4l/libv4l.mk b/package/libv4l/libv4l.mk
index 4fec14f384..c14bedb7de 100644
--- a/package/libv4l/libv4l.mk
+++ b/package/libv4l/libv4l.mk
@@ -53,8 +53,6 @@ endif
ifeq ($(BR2_PACKAGE_LIBV4L_UTILS),y)
LIBV4L_CONF_OPTS += --enable-v4l-utils
-# clock_gettime is used, which is provided by librt for glibc < 2.17
-LIBV4L_LIBS += -lrt
ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
LIBV4L_DEPENDENCIES += gettext
endif
OpenPOWER on IntegriCloud