diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-28 11:27:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-28 12:36:38 +0000 |
commit | 0ad456491baa146c16f7c9a95cb93a61ecca3a42 (patch) | |
tree | 1d5d86679de5fe3d22ca2dbf12f5ce2b1289f97c /main/vlc/uclibc-libcompat.patch | |
parent | af12de3d1115a7693edcf96b7197545819478bf0 (diff) | |
download | aports-0ad456491baa146c16f7c9a95cb93a61ecca3a42.tar.bz2 aports-0ad456491baa146c16f7c9a95cb93a61ecca3a42.tar.xz |
main/vlc: upgrade to 1.1.12
Diffstat (limited to 'main/vlc/uclibc-libcompat.patch')
-rw-r--r-- | main/vlc/uclibc-libcompat.patch | 57 |
1 files changed, 33 insertions, 24 deletions
diff --git a/main/vlc/uclibc-libcompat.patch b/main/vlc/uclibc-libcompat.patch index e4008002f4..056b1411d3 100644 --- a/main/vlc/uclibc-libcompat.patch +++ b/main/vlc/uclibc-libcompat.patch @@ -1,21 +1,27 @@ -commit c605c09bbc29d88619264c55c371c9dcbc839eda -Author: Natanael Copa <ncopa@alpinelinux.org> -Date: Thu Jul 29 19:20:17 2010 +0000 +From b5f5c2cc68f60feea3b8f397f13f13e514d852d4 Mon Sep 17 00:00:00 2001 +From: Natanael Copa <ncopa@alpinelinux.org> +Date: Fri, 28 Oct 2011 09:50:08 +0000 +Subject: [PATCH] build: libcompat fix in case there are no functions to + replace - build: libcompat fix in case there are no functions to replace - - If the libc provides all the funcs in libcompat the libcompat.a will - never be created due to LIBOBJS is empty (normally it contains whatever - AC_REPLACE_FUNCS detects). This happens on uclibc. - - Since Makefile.am have a hardcoded LDADD to ../compat/libcompat.la things - goes bad when there is no libcompat.a at all. We solve this by checking - if LIBOBJS is set by AC_REPLACE_FUNCS and add libcompat via LTLIBCOMPAT. - - For alternative fixes see http://www.gnu.org/software/hello/manual/automake/LIBOBJS.html +If the libc provides all the funcs in libcompat the libcompat.a will +never be created due to LIBOBJS is empty (normally it contains whatever +AC_REPLACE_FUNCS detects). This happens on uclibc. + +Since Makefile.am have a hardcoded LDADD to ../compat/libcompat.la things +goes bad when there is no libcompat.a at all. We solve this by checking +if LIBOBJS is set by AC_REPLACE_FUNCS and add libcompat via LTLIBCOMPAT. + +For alternative fixes see http://www.gnu.org/software/hello/manual/automake/LIBOBJS.html +--- + bin/Makefile.am | 2 +- + configure.ac | 8 ++++++++ + modules/common.am | 2 +- + src/Makefile.am | 4 ++-- + 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/bin/Makefile.am b/bin/Makefile.am -index 92e6879..a941d99 100644 +index 19dfb57..9214016 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -60,5 +60,5 @@ vlc_win32_rc.$(OBJEXT): vlc_win32_rc.rc @@ -26,10 +32,10 @@ index 92e6879..a941d99 100644 + $(LTLIBCOMPAT) \ ../src/libvlc.la ../src/libvlccore.la diff --git a/configure.ac b/configure.ac -index 52e4830..b385100 100644 +index f216fa4..3997a85 100644 --- a/configure.ac +++ b/configure.ac -@@ -547,6 +547,14 @@ need_libc=false +@@ -557,6 +557,14 @@ need_libc=false dnl Check for usual libc functions AC_CHECK_FUNCS([ctime_r daemon fcntl fdopendir fstatvfs fork getenv getpwuid_r gettimeofday isatty lstat memalign openat posix_fadvise posix_madvise posix_memalign setenv setlocale stricmp strnicmp tdestroy uselocale]) AC_REPLACE_FUNCS([asprintf atof atoll getcwd getdelim getpid gmtime_r lldiv localtime_r nrand48 rewind strcasecmp strcasestr strdup strlcpy strncasecmp strndup strnlen strsep strtof strtok_r strtoll swab vasprintf]) @@ -45,10 +51,10 @@ index 52e4830..b385100 100644 [AC_DEFINE(fdatasync, fsync, [Alias fdatasync() to fsync() if missing.]) ]) diff --git a/modules/common.am b/modules/common.am -index 5e4d65f..9e2c739 100644 +index ac88493..a117cc4 100644 --- a/modules/common.am +++ b/modules/common.am -@@ -24,7 +24,7 @@ AM_LDFLAGS = -rpath '$(libvlcdir)' \ +@@ -25,7 +25,7 @@ AM_LDFLAGS = -rpath '$(libvlcdir)' \ -no-undefined \ `$(VLC_CONFIG) --ldflags plugin $@` AM_LIBADD = `$(VLC_CONFIG) -libs plugin $@` \ @@ -58,19 +64,19 @@ index 5e4d65f..9e2c739 100644 include $(srcdir)/Modules.am diff --git a/src/Makefile.am b/src/Makefile.am -index f46a154..6aad884 100644 +index a8ab729..01c5158 100644 --- a/src/Makefile.am +++ b/src/Makefile.am -@@ -201,7 +201,7 @@ libvlccore_la_LDFLAGS = `$(VLC_CONFIG) --ldflags libvlccore` $(AM_LDFLAGS) \ +@@ -204,7 +204,7 @@ libvlccore_la_LDFLAGS = `$(VLC_CONFIG) --ldflags libvlccore` $(AM_LDFLAGS) \ -export-symbols $(srcdir)/libvlccore.sym \ - -version-info 5:0:0 + -version-info 4:3:0 libvlccore_la_LIBADD = `$(VLC_CONFIG) -libs libvlccore` $(AM_LIBADD) \ - $(LTLIBINTL) ../compat/libcompat.la + $(LTLIBINTL) $(LTLIBCOMPAT) libvlccore_la_DEPENDENCIES = libvlccore.sym if HAVE_WIN32 libvlccore_la_DEPENDENCIES += libvlc_win32_rc.$(OBJEXT) -@@ -214,7 +214,7 @@ libvlc_win32_rc.$(OBJEXT): libvlc_win32_rc.rc +@@ -217,7 +217,7 @@ libvlc_win32_rc.$(OBJEXT): libvlc_win32_rc.rc libvlc_la_SOURCES = $(SOURCES_libvlc_control) nodist_libvlc_la_SOURCES = revision.c libvlc_la_LIBADD = `$(VLC_CONFIG) -libs libvlc` \ @@ -78,4 +84,7 @@ index f46a154..6aad884 100644 + libvlccore.la $(LTLIBCOMPAT) libvlc_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlc` libvlc_la_LDFLAGS = $(AM_LDFLAGS) `$(VLC_CONFIG) --ldflags libvlc` \ - -version-info 6:0:1 \ + -version-info 7:1:2 \ +-- +1.7.7.1 + |