[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r6736 - gnuradio/branches/developers/eb/cross
From: |
eb |
Subject: |
[Commit-gnuradio] r6736 - gnuradio/branches/developers/eb/cross |
Date: |
Mon, 29 Oct 2007 01:14:27 -0600 (MDT) |
Author: eb
Date: 2007-10-29 01:14:26 -0600 (Mon, 29 Oct 2007)
New Revision: 6736
Modified:
gnuradio/branches/developers/eb/cross/configure-cell-cross
Log:
Die --rpath, die!
Modified: gnuradio/branches/developers/eb/cross/configure-cell-cross
===================================================================
--- gnuradio/branches/developers/eb/cross/configure-cell-cross 2007-10-29
06:47:22 UTC (rev 6735)
+++ gnuradio/branches/developers/eb/cross/configure-cell-cross 2007-10-29
07:14:26 UTC (rev 6736)
@@ -40,3 +40,8 @@
--prefix=$prefix \
--with-pythondir=$prefix/lib/python${python_version}/site-packages
+
+# Hack the libtool script so that it doesn't code an --rpath flag into anything
+
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r6736 - gnuradio/branches/developers/eb/cross,
eb <=