From 5644388087664338a2cdbf56f80c06de920b2292 Mon Sep 17 00:00:00 2001
From: Rohan Budhiraja <budhiraja@laas.fr>
Date: Thu, 20 Oct 2016 14:24:57 +0200
Subject: [PATCH] [wip/jrl-walkgen-v3] Fedora installs in lib64 for 64bit
 systems. change to lib

---
 jrl-walkgen-v3/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jrl-walkgen-v3/Makefile b/jrl-walkgen-v3/Makefile
index 8ea0ae7b..a7a15019 100644
--- a/jrl-walkgen-v3/Makefile
+++ b/jrl-walkgen-v3/Makefile
@@ -23,6 +23,7 @@ PKG_OPTION_SET.debug:=	CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Debug
 # Build the package in a separate directory
 CONFIGURE_DIRS=		_build
 CMAKE_ARG_PATH=		..
+CMAKE_ARGS+=    -DCMAKE_INSTALL_LIBDIR=lib
 
 pre-configure:
 	${RUN}${MKDIR} ${WRKSRC}/_build
-- 
GitLab