[vlc-devel] [PATCH] contrib: tiger: fix autotools invocation

Gilles Sabourin gilles.sabourin at free.fr
Wed May 21 10:47:48 CEST 2014


Thank you Romain. 

Best Regards, 
Gilles Sabourin

<div>-------- Message d'origine --------</div><div>De : Romain Vimont <rom at rom1v.com> </div><div>Date :21/05/2014  10:25  (GMT+01:00) </div><div>A : Mailing list for VLC media player developers <vlc-devel at videolan.org> </div><div>Objet : Re: [vlc-devel] [PATCH] contrib: tiger: fix autotools invocation </div><div>
</div>It seems it has been committed by Jean-Baptiste Kempf yesterday:
http://git.videolan.org/?p=vlc.git;a=commitdiff;h=ed9426599e1c0e44f251293b7dd4ead7e83adc5c

--
®om

Le mercredi 21 mai 2014 à  8:22 +0200, Gilles Sabourin a écrit :
> ping?
> 
> Le 08/05/2014 17:36, Gilles Sabourin a écrit :
> > This patch fixes libtiger generation failure when automake complains about 'linking libtool libraries using a non-POSIX'
> > ---
> >  contrib/src/tiger/autotools.patch | 38 ++++++++++++++++++++++++++++++++++++++
> >  contrib/src/tiger/rules.mak       |  1 +
> >  2 files changed, 39 insertions(+)
> >  create mode 100644 contrib/src/tiger/autotools.patch
> >
> > diff --git a/contrib/src/tiger/autotools.patch b/contrib/src/tiger/autotools.patch
> > new file mode 100644
> > index 0000000..9587b38
> > --- /dev/null
> > +++ b/contrib/src/tiger/autotools.patch
> > @@ -0,0 +1,38 @@
> > +--- tiger/configure.ac.orig	2008-11-10 19:56:12.000000000 +0100
> > ++++ tiger/configure.ac	2014-05-08 15:45:25.755258933 +0200
> > +@@ -3,7 +3,7 @@
> > + AC_CONFIG_SRCDIR([include/tiger/tiger.h.in])
> > + AC_CONFIG_AUX_DIR([misc/autotools])
> > + 
> > +-AC_PREREQ(2.53)
> > ++AC_PREREQ([2.69])
> > + 
> > + AC_CANONICAL_TARGET
> > + 
> > +@@ -29,6 +29,7 @@
> > + AC_PROG_GREP
> > + AC_PROG_NM
> > + AC_PROG_SED
> > ++AM_PROG_AR
> > + 
> > + AC_C_CONST
> > + AC_C_INLINE
> > +--- tiger/Makefile.am.orig	2008-11-10 11:48:46.000000000 +0100
> > ++++ tiger/Makefile.am	2014-05-08 15:46:13.028469021 +0200
> > +@@ -11,7 +11,7 @@
> > + tigerpc_DATA=misc/pkgconfig/tiger.pc
> > + noinst_DATA=misc/pkgconfig/tiger-uninstalled.pc
> > + 
> > +-LIBTOOLFLAGS=--silent
> > ++AM_LIBTOOLFLAGS=--silent
> > + 
> > + AM_CPPFLAGS=-I $(top_srcdir)/src -I $(top_srcdir)/include
> > + 
> > +--- tiger/doc/Makefile.am.orig	2008-11-11 21:45:33.000000000 +0100
> > ++++ tiger//doc/Makefile.am	2014-05-08 15:46:16.782167744 +0200
> > +@@ -1,4 +1,4 @@
> > +-LIBTOOLFLAGS=--silent
> > ++AM_LIBTOOLFLAGS=--silent
> > + 
> > + # dependency to get doc to be built
> > + noinst_DATA = .doc-dummy-target
> > diff --git a/contrib/src/tiger/rules.mak b/contrib/src/tiger/rules.mak
> > index 6d6a620..72a88db 100644
> > --- a/contrib/src/tiger/rules.mak
> > +++ b/contrib/src/tiger/rules.mak
> > @@ -18,6 +18,7 @@ $(TARBALLS)/libtiger-$(TIGER_VERSION).tar.gz:
> >  
> >  libtiger: libtiger-$(TIGER_VERSION).tar.gz .sum-tiger
> >  $(UNPACK)
> > +	$(APPLY) $(SRC)/tiger/autotools.patch
> >  $(MOVE)
> >  
> >  DEPS_tiger = kate $(DEPS_kate)
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
> 
_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
https://mailman.videolan.org/listinfo/vlc-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20140521/bb2e8a95/attachment.html>


More information about the vlc-devel mailing list