• 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/0002-Install-unversioned-solibrary.patch
Bernd KuhlsBernd Kuhls committed 2b1bbbb7cce20 Feb 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From 06b00d53d8bd513ad5d262dc94a016c6fbf2d3aa Mon Sep 17 00:00:00 2001
2
From: Kamil Rytarowski <n54@gmx.com>
3
Date: Sat, 4 May 2013 01:30:17 +0200
4
Subject: [PATCH] Install unversioned solibrary
5
​
6
Unversioned solibraries are shipped with -devel packages in Linux
7
distros. Generate and install it for the consistency.
8
​
9
[Upstream patch backported from the github repository,
10
https://github.com/telmich/gpm/commit/06b00d53d8bd513ad5d262dc94a016c6fbf2d3aa]
11
​
12
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
13
---
14
 src/Makefile.in | 7 +++----
15
 1 file changed, 3 insertions(+), 4 deletions(-)
16
​
17
diff --git a/src/Makefile.in b/src/Makefile.in
18
index 6b60ad3..7e9e2ef 100644
19
--- a/src/Makefile.in
20
+++ b/src/Makefile.in
21
@@ -79,7 +79,7 @@ prog/%:   prog/%.o
22
 #      | $(SED) '\''s/\($*\)\.o\([ :]*\)/\1.o \1.lo\2/g'\'' > $(DEPDIR)/$@'
23
 
24
 # Do it all!
25
-all:   gpm lib/libgpm.so.@abi_lev@ @LIBGPM_A@ $(PROG)
26
+all:   gpm lib/libgpm.so.@abi_lev@ lib/libgpm.so @LIBGPM_A@ $(PROG)
27
 
28
 gpm:   $(GOBJ)
29
    $(CC) @LDFLAGS@ $(LDFLAGS) -o $@ $(GOBJ) @LIBS@ $(LIBS) -lm
30
@@ -168,9 +168,8 @@ lib/libgpm.so.@abi_full@:   $(PICS)
31
    @LDFLAGS@ $(LDFLAGS) -o lib/libgpm.so.@abi_full@ $^ @LIBS@ @SHARED_LIBS@ $(LIBS)    
32
 lib/libgpm.so.@abi_lev@:   lib/libgpm.so.@abi_full@
33
    $(LN_S) -f libgpm.so.@abi_full@ lib/libgpm.so.@abi_lev@
34
-# unneeded, isn't it?
35
-#lib/libgpm.so:    lib/libgpm.so.@abi_full@
36
-#  $(LN_S) -f libgpm.so.@abi_full@ lib/libgpm.so
37
+lib/libgpm.so: lib/libgpm.so.@abi_full@
38
+   $(LN_S) -f libgpm.so.@abi_full@ lib/libgpm.so
39
 
40
 include $(DEPFILE)
41
 
  • 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.