X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=MONITOR%2FbinmonitorGDC.pkg;h=a97460c0f98c2a70eab327ebfa8455e03e165a90;hp=651973804e927b585708e63d6d532ec6b36269ec;hb=651e35f1f12e2cd4d535c6e18922b26d9261cce4;hpb=925e65709851bc55cacc40068515d4c5a80fc419 diff --git a/MONITOR/binmonitorGDC.pkg b/MONITOR/binmonitorGDC.pkg index 651973804e9..a97460c0f98 100644 --- a/MONITOR/binmonitorGDC.pkg +++ b/MONITOR/binmonitorGDC.pkg @@ -24,3 +24,11 @@ else ELIBS:= pythia6 pdf microcern endif + +ifeq (macosx,$(ALICE_TARGET)) +@PACKAGE@LIBSINIT:=$(filter-out microcern,$(ELIBS)) +@PACKAGE@LIBSINIT:=$(filter-out pdf,$(@PACKAGE@LIBSINIT)) +PACKLDFLAGS:=$(LDFLAGS) $(@PACKAGE@LIBSINIT:%=-Wl,-u,_G__cpp_setupG__%) +# On Mac OS X gcc we need g2c +ELIBS+=g2c +endif