From a01131d813946a99aa5206633a524855c3b6f58c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 22 Jun 2009 22:19:16 +0200 Subject: fix make allmodconfig on mips (rb532) --- package/oprofile/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/oprofile/Makefile') diff --git a/package/oprofile/Makefile b/package/oprofile/Makefile index 6b8b720a4..0e680b4ea 100644 --- a/package/oprofile/Makefile +++ b/package/oprofile/Makefile @@ -18,6 +18,8 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,OPROFILE,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) TLDFLAGS+= -shared +TCFLAGS+= -fPIC +TCXXFLAGS+= -fPIC CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --with-kernel-support --with-linux=${LINUX_DIR} BUILD_STYLE= auto -- cgit v1.2.3