- 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 rpathepel9
parent
cff1fc1d5e
commit
d1b5828a9d
@ -0,0 +1,40 @@
|
|||||||
|
--- 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
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in new issue