[rtems-crossrpms commit] Pass INSTALL="install -p" to configure ( Work around to python binary conflicts.).

Ralf Corsepius ralf at rtems.org
Mon Oct 1 14:19:36 UTC 2012


Module:    rtems-crossrpms
Branch:    master
Commit:    a3962cf543c10bcd7dfb6d362b76e662f138c10d
Changeset: http://git.rtems.org/rtems-crossrpms/commit/?id=a3962cf543c10bcd7dfb6d362b76e662f138c10d

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Sun Sep 30 16:05:25 2012 +0200

Pass INSTALL="install -p" to configure (Work around to python binary conflicts.).

---

 gdb/build.add |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gdb/build.add b/gdb/build.add
index 8191009..a70c9c8 100644
--- a/gdb/build.add
+++ b/gdb/build.add
@@ -8,6 +8,7 @@
   CFLAGS_FOR_BUILD="-g -O2 -Wall" \
 %endif
   CFLAGS="$RPM_OPT_FLAGS" \
+  INSTALL="install -p" \
   ../gdb-%{gdb_version}/configure \
     --build=%_build --host=%_host \
     --target=@tool_target@ \




More information about the vc mailing list