From 27e923d333f43ba9d242b194d9d831a20f41baeed1caa64920e48761b483ef0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Fri, 30 Oct 2015 15:38:08 +0000 Subject: [PATCH] Call ./pre_checkin.sh to pull in the "Disable rpath-install and silent-rules while configure." change into tevent-man too. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=64 --- tevent-man.changes | 5 +++++ tevent-man.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/tevent-man.changes b/tevent-man.changes index 34b952a..977fcb1 100644 --- a/tevent-man.changes +++ b/tevent-man.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 30 15:18:10 UTC 2015 - lmuelle@suse.com + +- Disable rpath-install and silent-rules while configure. + ------------------------------------------------------------------- Sun Oct 25 13:48:42 UTC 2015 - lmuelle@suse.com diff --git a/tevent-man.spec b/tevent-man.spec index aa6b11f..abd0ad2 100644 --- a/tevent-man.spec +++ b/tevent-man.spec @@ -157,6 +157,8 @@ CONFIGURE_OPTIONS="\ --prefix=%{_prefix} \ --libdir=%{_libdir} \ --disable-rpath \ + --disable-rpath-install \ + --disable-silent-rules \ --bundled-libraries=NONE \ --builtin-libraries=replace \ %if %{with_python3}