Patch applied. Thanks.
On Thu, Aug 13, 2015 at 12:44 PM, Noor, Ahsan <noor_ah...@mentor.com> wrote: > From: Noor <noor_ah...@mentor.com> > > * Add LDFLAGS variable to SLDFLAGS so that extra linker > flags can be sent via this variable. > > Signed-off-by: Noor Ahsan <noor_ah...@mentor.com> > --- > lib/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/Makefile b/lib/Makefile > index 1cc8765..4bd92ef 100644 > --- a/lib/Makefile > +++ b/lib/Makefile > @@ -187,7 +187,7 @@ CFLAGS += -DCONFIG_PFMLIB_CELL > endif > > ifeq ($(SYS),Linux) > -SLDFLAGS=-shared -Wl,-soname -Wl,$(VLIBPFM) > +SLDFLAGS=$(LDFLAGS) -shared -Wl,-soname -Wl,$(VLIBPFM) > SLIBPFM=libpfm.so.$(VERSION).$(REVISION).$(AGE) > VLIBPFM=libpfm.so.$(VERSION) > SOLIBEXT=so > -- > 1.7.9.5 > > > > ------------------------------------------------------------------------------ > _______________________________________________ > perfmon2-libpfm4-commits mailing list > perfmon2-libpfm4-comm...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/perfmon2-libpfm4-commits >
------------------------------------------------------------------------------
_______________________________________________ perfmon2-devel mailing list perfmon2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/perfmon2-devel