From 4d621c94f570b900b9b844bbd1673c28e204d117 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Mon, 24 Jul 2006 14:52:22 +0000 Subject: [PATCH] update rpath patch --- .cvsignore | 2 +- sane-backends-1.0.18-rpath.patch | 21 +++++++++++++++++++++ sane-backends.spec | 1 + sources | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 sane-backends-1.0.18-rpath.patch diff --git a/.cvsignore b/.cvsignore index 5b1dd79..26df8ad 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sane-backends-1.0.17.tar.gz +sane-backends-1.0.18.tar.gz diff --git a/sane-backends-1.0.18-rpath.patch b/sane-backends-1.0.18-rpath.patch new file mode 100644 index 0000000..2cfa20b --- /dev/null +++ b/sane-backends-1.0.18-rpath.patch @@ -0,0 +1,21 @@ +--- sane-backends-1.0.18/tools/sane-config.in.rpath 2004-07-09 16:39:05.000000000 +0200 ++++ sane-backends-1.0.18/tools/sane-config.in 2006-07-24 16:47:58.000000000 +0200 +@@ -7,7 +7,7 @@ + PACKAGE="@PACKAGE@" + scriptname="sane-config" + +-LINKER_RPATH="@LINKER_RPATH@" ++LINKER_RPATH="" + + prefix="@prefix@" + exec_prefix="@exec_prefix@" +--- sane-backends-1.0.18/configure.rpath 2006-07-03 00:22:09.000000000 +0200 ++++ sane-backends-1.0.18/configure 2006-07-24 16:50:13.000000000 +0200 +@@ -4159,6 +4159,7 @@ + esac + + fi ++LINKER_RPATH= + { echo "$as_me:$LINENO: result: $LINKER_RPATH" >&5 + echo "${ECHO_T}$LINKER_RPATH" >&6; } + diff --git a/sane-backends.spec b/sane-backends.spec index 987e532..bb2895e 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -257,6 +257,7 @@ rm -rf %{buildroot} * Mon Jul 24 2006 Nils Philippsen - 1.0.18-1 - version 1.0.18 - unify spec file between OS releases +- update rpath patch * Wed Jul 12 2006 Jesse Keating - 1.0.17-13.1 - rebuild diff --git a/sources b/sources index dab035a..e6d464e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b51c10da8a81a04e1bae88c9e6556df2 sane-backends-1.0.17.tar.gz +7ca7e2908e24721471de92cf40c75e60 sane-backends-1.0.18.tar.gz