From 6816c5cc25c4d9d01ae3c73abd580f2c87ed2f02 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 14 Jan 2006 23:03:21 +0000 Subject: [PATCH] Run brp-adjust_libraries prior to brp-verify_elf. --- scripts/brp-alt.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/brp-alt.in b/scripts/brp-alt.in index 50fd0cc..cc89f53 100755 --- a/scripts/brp-alt.in +++ b/scripts/brp-alt.in @@ -4,7 +4,7 @@ # at the end of the %install scriptlet. # # $Id$ -# Copyright (C) 2000,2003 Dmitry V. Levin +# Copyright (C) 2000,2003,2006 Dmitry V. Levin # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -38,14 +38,14 @@ cd "$RPM_BUILD_ROOT" # Compress info and man pages. @RPMCONFIGDIR@/brp-compress +# Adjust library links. +@RPMCONFIGDIR@/brp-adjust_libraries + # Verify ELF objects. @RPMCONFIGDIR@/brp-verify_elf # Strip ELF binaries. @RPMCONFIGDIR@/brp-strip -# Adjust library links. -@RPMCONFIGDIR@/brp-adjust_libraries - # Re-bytecompile python modules. @RPMCONFIGDIR@/brp-bytecompile_python