libpsm2/makefile-distro-from-environment.patch
Petr Šabata 6e30b0aaf7 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/libpsm2#820ce82918af826a0faf8e3aebf1276e20985049
2020-10-15 17:01:10 +02:00

14 lines
526 B
Diff

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