summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/RPMS/Fedora/Makefile1
-rw-r--r--packaging/debs/Debian/Makefile1
-rw-r--r--packaging/generic-unix/Makefile1
-rw-r--r--packaging/standalone/Makefile1
-rw-r--r--packaging/windows-exe/Makefile1
-rw-r--r--packaging/windows/Makefile1
6 files changed, 6 insertions, 0 deletions
diff --git a/packaging/RPMS/Fedora/Makefile b/packaging/RPMS/Fedora/Makefile
index efd3a4419e..9b2061b47a 100644
--- a/packaging/RPMS/Fedora/Makefile
+++ b/packaging/RPMS/Fedora/Makefile
@@ -36,6 +36,7 @@ START_PROG=daemon
endif
unexport DEPS_DIR
+unexport ERL_LIBS
.PHONY: all prepare server clean
diff --git a/packaging/debs/Debian/Makefile b/packaging/debs/Debian/Makefile
index 38aa4e3bd6..8328660ae7 100644
--- a/packaging/debs/Debian/Makefile
+++ b/packaging/debs/Debian/Makefile
@@ -23,6 +23,7 @@ else
endif
unexport DEPS_DIR
+unexport ERL_LIBS
all: package
@:
diff --git a/packaging/generic-unix/Makefile b/packaging/generic-unix/Makefile
index 76420803dc..8d483582ec 100644
--- a/packaging/generic-unix/Makefile
+++ b/packaging/generic-unix/Makefile
@@ -16,6 +16,7 @@ TARGET_DIR = rabbitmq_server-$(VERSION)
TARGET_TARBALL = rabbitmq-server-generic-unix-$(VERSION)
unexport DEPS_DIR
+unexport ERL_LIBS
all: dist
@:
diff --git a/packaging/standalone/Makefile b/packaging/standalone/Makefile
index fab331d4fe..f5088b9156 100644
--- a/packaging/standalone/Makefile
+++ b/packaging/standalone/Makefile
@@ -31,6 +31,7 @@ fix_defaults = sed -e $(1) $(RABBITMQ_DEFAULTS) > $(RABBITMQ_DEFAULTS).tmp \
&& mv $(RABBITMQ_DEFAULTS).tmp $(RABBITMQ_DEFAULTS)
unexport DEPS_DIR
+unexport ERL_LIBS
all: dist
@:
diff --git a/packaging/windows-exe/Makefile b/packaging/windows-exe/Makefile
index 624f051bb1..6abc7fa2fc 100644
--- a/packaging/windows-exe/Makefile
+++ b/packaging/windows-exe/Makefile
@@ -8,6 +8,7 @@ ZIP = $(notdir $(wildcard $(ZIP_DIR)/rabbitmq-server-windows-[0-9.]*.zip))
VERSION = $(patsubst rabbitmq-server-windows-%.zip,%,$(ZIP))
unexport DEPS_DIR
+unexport ERL_LIBS
all: dist
@:
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index a5517412c6..4fc72b95c4 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -16,6 +16,7 @@ TARGET_DIR = rabbitmq_server-$(VERSION)
TARGET_ZIP = rabbitmq-server-windows-$(VERSION)
unexport DEPS_DIR
+unexport ERL_LIBS
all: dist
@: