[SCM] gpac/master: Fix build failure due to missing -ldl.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sun May 1 04:12:55 UTC 2011


The following commit has been merged in the master branch:
commit c97339f674d21cdbb6a5f7acd92fab6f1c3cb787
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sat Apr 30 21:55:17 2011 -0400

    Fix build failure due to missing -ldl.

diff --git a/debian/patches/mp4client-makefile-fix.patch b/debian/patches/mp4client-makefile-fix.patch
new file mode 100644
index 0000000..22d4c41
--- /dev/null
+++ b/debian/patches/mp4client-makefile-fix.patch
@@ -0,0 +1,13 @@
+Description: Patch fixes build failure due to missing -ldl.
+Origin: http://git.debian.org/?p=pkg-multimedia/gpac.git
+--- a/applications/mp4client/Makefile
++++ b/applications/mp4client/Makefile
+@@ -4,7 +4,7 @@
+ 
+ CFLAGS= $(OPTFLAGS) -I"$(SRC_PATH)/include" -I../../
+ 
+-LINKLIBS=$(OGL_LIBS)
++LINKLIBS=$(OGL_LIBS) $(GPAC_SH_FLAGS)
+ 
+ ifeq ($(DEBUGBUILD), yes)
+ CFLAGS+=-g
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8418043
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+mp4client-makefile-fix.patch

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list