[gnome-continuous] patches/eds-cmake-buildapi.patch: CMAKE_INSTALL_LIBDIR is not being used



commit 16dccb57233cc936c1e7829c340d28a3252043d0
Author: Javier Jardón <jjardon gnome org>
Date:   Fri Oct 21 04:57:32 2016 +0530

    patches/eds-cmake-buildapi.patch: CMAKE_INSTALL_LIBDIR is not being used

 patches/eds-cmake-buildapi.patch |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/patches/eds-cmake-buildapi.patch b/patches/eds-cmake-buildapi.patch
index 5e45983..5f99e10 100644
--- a/patches/eds-cmake-buildapi.patch
+++ b/patches/eds-cmake-buildapi.patch
@@ -1,4 +1,4 @@
-From d026aade4ae5a7743ad8537e7ee4208d6b9053e9 Mon Sep 17 00:00:00 2001
+From 036536d42d0c0d718d61bfa008a409369af6e11a Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= <jjardon gnome org>
 Date: Fri, 21 Oct 2016 04:13:24 +0530
 Subject: [PATCH] build: Add a "configure" script implementing the GNOME Build
@@ -9,16 +9,16 @@ See http://people.gnome.org/~walters/docs/build-api.txt
 Hopefully this will turn into a generic copy/paste-able adapter for
 cmake.
 ---
- configure | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 53 insertions(+)
+ configure | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 52 insertions(+)
  create mode 100755 configure
 
 diff --git a/configure b/configure
 new file mode 100755
-index 0000000..2e19f39
+index 0000000..7fa671b
 --- /dev/null
 +++ b/configure
-@@ -0,0 +1,53 @@
+@@ -0,0 +1,52 @@
 +#!/bin/bash
 +# configure script adapter for cmake
 +# Copyright 2010, 2011, 2013 Colin Walters <walters verbum org>
@@ -70,7 +70,6 @@ index 0000000..2e19f39
 +     -DENABLE_INSTALLED_TESTS=ON \
 +     -DWITH_OPENLDAP=OFF \
 +     -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
-+     -DCMAKE_INSTALL_LIBDIR:PATH=${libdir} \
 +     ${srcdir}
 -- 
 2.10.0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]