mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
631 B

  1. --- ./pre-inst-guile.in.orig 2004-11-09 17:16:44.000000000 +0100
  2. +++ ./pre-inst-guile.in 2004-12-16 14:15:17.347930016 +0100
  3. @@ -36,7 +36,7 @@
  4. # Code:
  5. # config
  6. -subdirs_with_ltlibs="libguile-ltdl srfi guile-readline" # maintain me
  7. +subdirs_with_ltlibs="libguile-ltdl libguile-ltdl/.libs srfi guile-readline" # maintain me
  8. # env (set by configure)
  9. top_srcdir="@top_srcdir_absolute@"
  10. @@ -74,6 +74,7 @@
  11. done
  12. LTDL_LIBRARY_PATH="${ltdl_prefix}$LTDL_LIBRARY_PATH"
  13. export LTDL_LIBRARY_PATH
  14. +export LD_LIBRARY_PATH="$LTDL_LIBRARY_PATH:$LD_LIBRARY_PATH"
  15. # set GUILE (clobber)
  16. GUILE=${top_builddir}/libguile/guile