Blame makefile-distro-from-environment.patch

7883f31
diff -ru ../libpsm2-11.2.86.orig/Makefile ./Makefile
7883f31
--- ../libpsm2-11.2.86.orig/Makefile	2019-10-03 21:00:29.000000000 -0500
7883f31
+++ ./Makefile	2020-07-13 13:55:53.994452919 -0500
7883f31
@@ -164,7 +164,8 @@
7883f31
 # The DISTRO variable is used subsequently for variable
7883f31
 # behaviors of the 3 distros.
7883f31
 
7883f31
-DISTRO := $(shell . /etc/os-release; echo $$ID)
7883f31
+# Use DISTRO from the environment
7883f31
+# DISTRO := $(shell . /etc/os-release; echo $$ID)
7883f31
 
7883f31
 # By default the following two variables have the following values:
7883f31
 LIBPSM2_COMPAT_CONF_DIR := /etc