• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/gpm/0003-src-Makefile.in-Really-install-unversioned-solibrary.patch
Bernd KuhlsBernd Kuhls committed 2b1bbbb7cce20 Feb 2016
Raw file
Source viewDiff to previous
 
1
From 445be05fba32c512fd87a0c98b4e9936629ef95e Mon Sep 17 00:00:00 2001
2
From: Bernd Kuhls <bernd.kuhls@t-online.de>
3
Date: Sat, 20 Feb 2016 17:59:52 +0100
4
Subject: [PATCH 1/1] src/Makefile.in: Really install unversioned solibrary
5
​
6
This commit is a follow-up to
7
https://github.com/telmich/gpm/commit/06b00d53d8bd513ad5d262dc94a016c6fbf2d3aa
8
which created libgpm.so but failed to include it in the install target.
9
​
10
Patch sent upstream: https://github.com/telmich/gpm/pull/11
11
​
12
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
13
---
14
 src/Makefile.in | 1 +
15
 1 file changed, 1 insertion(+)
16
​
17
diff --git a/src/Makefile.in b/src/Makefile.in
18
index 7e9e2ef..bca226f 100644
19
--- a/src/Makefile.in
20
+++ b/src/Makefile.in
21
@@ -115,6 +115,7 @@ install:    check
22
    if test "x@SHLIB@" != "x" ; then \
23
        $(INSTALL_DATA) -m 755 lib/libgpm.so.@abi_full@ $(libdir)/libgpm.so.@abi_full@  ;   \
24
        cd $(libdir) && $(LN_S) -f libgpm.so.@abi_full@ libgpm.so.@abi_lev@                     ;   \
25
+       cd $(libdir) && $(LN_S) -f libgpm.so.@abi_full@ libgpm.so                   ;   \
26
       echo "WARNING: We installed a lib, you should now call ldconfig"                         ;   \
27
       echo "f.i.: ldconfig -n -l $(libdir)/libgpm.so.@abi_full@"                               ;   \
28
       echo "Or to update everything just type ldconfig"                                            ;   \
29
-- 
30
2.7.0
31
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.