• 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/bellagio/0002-dynamicloader-linking.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
 
1
When libomxdynamicloader.so is loaded, it complains that RM_Deinit can't be resolved.
2
Link explicitly against omxil-bellagio so that ld.so can find the reference.
3
​
4
Signed-off-by: Qais Yousef <qais.yousef@imgtec.com>
5
​
6
--- bellagio-0.9.3/src/dynamic_loader/Makefile.am.old   2012-03-23 15:07:47.379021034 +0000
7
+++ bellagio-0.9.3/src/dynamic_loader/Makefile.am   2012-03-23 15:08:47.563034818 +0000
8
@@ -3,7 +3,7 @@
9
 omxdynamicloader_LTLIBRARIES = libomxdynamicloader.la
10
 libomxdynamicloader_la_SOURCES = ste_dynamic_component_loader.c ste_dynamic_component_loader.h
11
 
12
-libomxdynamicloader_la_LDFLAGS =
13
+libomxdynamicloader_la_LDFLAGS = -lomxil-bellagio -L$(abs_top_srcdir)/src/.libs
14
 libomxdynamicloader_la_CFLAGS = -I$(top_srcdir)/include \
15
            -I$(top_srcdir)/src \
16
            -I$(top_srcdir)/src/base \
  • 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.