* [gentoo-commits] gentoo-x86 commit in media-video/mjpegtools/files: mjpegtools-2.1.0-pic.patch
@ 2013-11-30 14:47 Daniel Pielmeier (billie)
0 siblings, 0 replies; only message in thread
From: Daniel Pielmeier (billie) @ 2013-11-30 14:47 UTC (permalink / raw
To: gentoo-commits
billie 13/11/30 14:47:02
Added: mjpegtools-2.1.0-pic.patch
Log:
Disable -fno_PIC. This fixes bug #267829. Thanks to a_tevelev for the report.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 215AD14D)
Revision Changes Path
1.1 media-video/mjpegtools/files/mjpegtools-2.1.0-pic.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mjpegtools/files/mjpegtools-2.1.0-pic.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mjpegtools/files/mjpegtools-2.1.0-pic.patch?rev=1.1&content-type=text/plain
Index: mjpegtools-2.1.0-pic.patch
===================================================================
Index: y4mdenoise/Makefile.am
===================================================================
RCS file: /cvsroot/mjpeg/mjpeg_play/y4mdenoise/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- y4mdenoise/Makefile.am 1 Apr 2012 08:44:49 -0000 1.12
+++ y4mdenoise/Makefile.am 28 Nov 2013 22:39:41 -0000 1.13
@@ -4,8 +4,8 @@
EXTRA_DIST = implementation.html
-AM_CFLAGS = -DNDEBUG -finline-functions @PROGRAM_NOPIC@
-AM_CXXFLAGS = -DNDEBUG -finline-functions @PROGRAM_NOPIC@
+AM_CFLAGS = -DNDEBUG -finline-functions
+AM_CXXFLAGS = -DNDEBUG -finline-functions
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/utils
Index: y4munsharp/Makefile.am
===================================================================
RCS file: /cvsroot/mjpeg/mjpeg_play/y4munsharp/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- y4munsharp/Makefile.am 16 Jun 2005 17:09:38 -0000 1.2
+++ y4munsharp/Makefile.am 28 Nov 2013 22:39:41 -0000 1.3
@@ -4,7 +4,7 @@
INCLUDES = -I $(top_srcdir)/utils -I $(top_srcdir)
-y4munharp_CFLAGS=@PROGRAM_NOPIC@
+y4munharp_CFLAGS=
bin_PROGRAMS = y4munsharp
Index: y4mutils/Makefile.am
===================================================================
RCS file: /cvsroot/mjpeg/mjpeg_play/y4mutils/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- y4mutils/Makefile.am 1 Apr 2012 08:44:49 -0000 1.7
+++ y4mutils/Makefile.am 28 Nov 2013 22:39:41 -0000 1.8
@@ -2,7 +2,7 @@
MAINTAINERCLEANFILES = Makefile.in
-AM_CFLAGS = @PROGRAM_NOPIC@
+AM_CFLAGS =
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/utils
LIBMJPEGUTILS = $(top_builddir)/utils/libmjpegutils.la
Index: yuvscaler/Makefile.am
===================================================================
RCS file: /cvsroot/mjpeg/mjpeg_play/yuvscaler/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yuvscaler/Makefile.am 1 Apr 2012 08:44:49 -0000 1.5
+++ yuvscaler/Makefile.am 28 Nov 2013 22:39:41 -0000 1.6
@@ -18,6 +18,6 @@
EXTRA_DIST = yuvscaler_implementation.txt
-yuvscaler_CFLAGS=@PROGRAM_NOPIC@
+yuvscaler_CFLAGS=
yuvscaler_SOURCES = yuvscaler.c yuvscaler_resample.c yuvscaler_bicubic.c
yuvscaler_LDADD = $(LIBMJPEGUTILS) $(LIBM_LIBS)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-11-30 14:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-30 14:47 [gentoo-commits] gentoo-x86 commit in media-video/mjpegtools/files: mjpegtools-2.1.0-pic.patch Daniel Pielmeier (billie)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox