From 517fb75e0dbcb800ace35d075a024b1ab4ab5e5d Mon Sep 17 00:00:00 2001 From: hristov Date: Tue, 15 May 2007 12:26:25 +0000 Subject: [PATCH] Add ROOT plug-in path to library path to link against libRGL (Christian) --- EVE/binreve.pkg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/EVE/binreve.pkg b/EVE/binreve.pkg index c46dec196f0..69971e9c6af 100644 --- a/EVE/binreve.pkg +++ b/EVE/binreve.pkg @@ -5,7 +5,9 @@ EINCLUDE := ELIBSDIR := ELIBS := Reve -PACKBLIBS := $(ROOTCLIBS) -lTreePlayer -lGeomPainter -lGed -lRGL $(SYSLIBS) +PACKBLIBS := $(ROOTCLIBS) -lTreePlayer -lGeomPainter -lGed \ + -L$(shell root-config --libdir)/$(dir $(shell root-config --version)) -lRGL \ + $(SYSLIBS) ifeq (macosx,$(ALICE_TARGET)) -- 2.43.0