rpms/epiphany/F-10 epiphany-2.24.2-libtool.patch,1.1,1.2

Martin Stransky stransky at fedoraproject.org
Thu Dec 18 12:42:28 UTC 2008


Author: stransky

Update of /cvs/pkgs/rpms/epiphany/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19760

Modified Files:
	epiphany-2.24.2-libtool.patch 
Log Message:
test


epiphany-2.24.2-libtool.patch:

Index: epiphany-2.24.2-libtool.patch
===================================================================
RCS file: /cvs/pkgs/rpms/epiphany/F-10/epiphany-2.24.2-libtool.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- epiphany-2.24.2-libtool.patch	18 Dec 2008 11:52:34 -0000	1.1
+++ epiphany-2.24.2-libtool.patch	18 Dec 2008 12:42:28 -0000	1.2
@@ -7,8 +7,8 @@
  
 -	if /bin/sh ../libtool --mode=compile ${CC} $PYTHON_CFLAGS -c testpython.c >/dev/null 2>&1 && \
 -		/bin/sh ../libtool --mode=link ${CC} -o testpython.la -rpath `pwd` -module -avoid-version $PYTHON_LIB_LOC testpython.lo $PYTHON_LIBS $PYTHON_EXTRA_LIBS >/dev/null 2>&1 && \
-+	if libtool --mode=compile ${CC} $PYTHON_CFLAGS -c testpython.c >/dev/null 2>&1 && \
-+		libtool --mode=link ${CC} -o testpython.la -rpath `pwd` -module -avoid-version $PYTHON_LIB_LOC testpython.lo $PYTHON_LIBS $PYTHON_EXTRA_LIBS >/dev/null 2>&1 && \
++	if libtool --mode=compile ${CC} $PYTHON_CFLAGS -c testpython.c && \
++		libtool --mode=link ${CC} -o testpython.la -rpath `pwd` -module -avoid-version $PYTHON_LIB_LOC testpython.lo $PYTHON_LIBS $PYTHON_EXTRA_LIBS && \
  		grep 'dlname.*testpython' testpython.la >/dev/null 2>&1; then
  		result=yes
  	else




More information about the fedora-extras-commits mailing list