[Intel-gfx] [PATCH] overlay: fix link error due to missing -lrt

Rodrigo Vivi rodrigo.vivi at gmail.com
Mon Sep 16 20:48:18 CEST 2013


CC: Damien Lespiau <damien.lespiau at intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at gmail.com>
---
 overlay/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/overlay/Makefile.am b/overlay/Makefile.am
index 426a3df..c648875 100644
--- a/overlay/Makefile.am
+++ b/overlay/Makefile.am
@@ -65,4 +65,6 @@ intel_gpu_overlay_SOURCES += \
 
 intel_gpu_overlay_SOURCES += $(both_x11_sources)
 
+intel_gpu_overlay_LDADD = $(LDADD) -lrt
+
 EXTRA_DIST=README
-- 
1.8.1.4




More information about the Intel-gfx mailing list