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

Ralf Corsepius ralf at rtems.org
Mon Oct 8 07:44:23 UTC 2012


Module:    rtems-crossrpms
Branch:    rtems-4-10-branch
Commit:    f9ab44938d1e8e6c787dcd12f6844d7854d1b90f
Changeset: http://git.rtems.org/rtems-crossrpms/commit/?id=f9ab44938d1e8e6c787dcd12f6844d7854d1b90f

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 ba4478d..302a4b2 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