diff options
-rw-r--r-- | package/devel/valgrind/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile index 45d0323dbc..26dcf0b5c9 100644 --- a/package/devel/valgrind/Makefile +++ b/package/devel/valgrind/Makefile @@ -83,6 +83,8 @@ CONFIGURE_VARS += \ UNAME_R=$(LINUX_VERSION) ifeq ($(ARCH),x86_64) + CONFIGURE_ARGS += \ + --enable-only64bit BITS := 64bit else CONFIGURE_ARGS += \ |