[PATCH] Need to export LD_LIBRARY_PATH



Other needed, we should export LD_LIBRARY_PATH. Now seems buildable.


--- garnome-0.26.0-old/gar.mk	2003-08-31 04:29:12.000000000 +0200
+++ garnome-0.26.0/gar.mk	2003-08-31 08:13:48.000000000 +0200
@@ -152,9 +152,9 @@
 ROOTFROMDEST = $(call DIRSTODOTS,$(DESTDIR))
 
 # allow us to use programs we just built
PATH := $(DESTDIR)$(libdir)/ccache:$(DESTDIR)$(bindir):$(DESTDIR)$(sbindir):$(PATH):$(DESTDIR)$(bindir):$(DESTDIR)$(sbindir)
 # this causes pain for all involved once glibc is built.
-#LD_LIBRARY_PATH := /lib:$(DESTDIR)$(libdir):$(build_DESTDIR)$(build_prefix)/lib:/lib:/usr/lib
+LD_LIBRARY_PATH := /lib:$(DESTDIR)$(libdir):$(build_DESTDIR)$(build_prefix)/lib:/lib:/usr/lib
 # or at least it did before we had DESTDIR and fully-munged
 # builddeps.  The following may be more of a hindrance than a
 # help nowadays:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]