From c44a3e9220964060ddd160ed4a3199eee8e7bf81 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Dec 21 2015 13:56:45 +0000 Subject: Ticket 48277 - Disable jemalloc by default in rpm.mk Description: Bunding jemalloc should not be the default in rpm.mk https://fedorahosted.org/389/ticket/48377 --- diff --git a/rpm.mk b/rpm.mk index 4d89777..c58c365 100644 --- a/rpm.mk +++ b/rpm.mk @@ -9,7 +9,7 @@ NUNC_STANS_TARBALL ?= $(shell basename "$(NUNC_STANS_URL)") JEMALLOC_URL ?= $(shell rpmspec -P $(RPMBUILD)/SPECS/389-ds-base.spec | awk '/^Source3:/ {print $$2}') JEMALLOC_TARBALL ?= $(shell basename "$(JEMALLOC_URL)") NUNC_STANS_ON = 1 -BUNDLE_JEMALLOC = 1 +BUNDLE_JEMALLOC = 0 clean: rm -rf dist