rpms/aalib/devel aalib-1.4rc5-rpath.patch,NONE,1.1

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun Jul 23 08:14:30 UTC 2006


Author: jwrdegoede

Update of /cvs/extras/rpms/aalib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32124

Added Files:
	aalib-1.4rc5-rpath.patch 
Log Message:
* Sun Jul 23 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 1.4.0-0.8.rc5
- Taking over as maintainer since Anvil has other priorities
- Long long due rebuild with new gcc for FC-5 (bug 185870)
- Add %{?dist} tag
- Make release field comply with the Package Naming guidelines for
  pre releases. Luckily according to rpm 8 > rc5 so this can be done.
- Fix some rpmlint warnings
- Fix (remove) use of rpath


aalib-1.4rc5-rpath.patch:

--- NEW FILE aalib-1.4rc5-rpath.patch ---
--- aalib-1.4.0/configure.in~	2006-07-23 09:29:19.000000000 +0200
+++ aalib-1.4.0/configure.in	2006-07-23 09:29:19.000000000 +0200
@@ -371,17 +371,6 @@
 	;;
 esac
 
-# Set runtime shared library paths as needed
-
-if test $ARCH = linux -o $ARCH = freebsd -o $ARCH = bsdi; then
-  AALIB_RLD_FLAGS="-Wl,-rpath,\${exec_prefix}/lib"
-fi
-
-if test $ARCH = solaris; then
-  AALIB_RLD_FLAGS="-R\${exec_prefix}/lib"
-fi
-
-
 dnl Expand the cflags and libraries needed by apps using AALIB
 AC_SUBST(AALIB_CFLAGS)
 AC_SUBST(AALIB_LIBS)
--- aalib-1.4.0/configure~	2006-07-23 09:29:18.000000000 +0200
+++ aalib-1.4.0/configure	2006-07-23 09:29:18.000000000 +0200
@@ -4313,17 +4313,6 @@
 	;;
 esac
 
-# Set runtime shared library paths as needed
-
-if test $ARCH = linux -o $ARCH = freebsd -o $ARCH = bsdi; then
-  AALIB_RLD_FLAGS="-Wl,-rpath,\${exec_prefix}/lib"
-fi
-
-if test $ARCH = solaris; then
-  AALIB_RLD_FLAGS="-R\${exec_prefix}/lib"
-fi
-
-
 
 
 




More information about the scm-commits mailing list