From 1a67fd6f9b97928f68bb76cb307c764f68f5455e Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 15 May 2025 11:48:01 -0400 Subject: [PATCH] Drop PCP_DIR PCP is no longer part of GTS. Related: RHEL-88743 --- enable.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/enable.in b/enable.in index acdd255..e7d7d63 100644 --- a/enable.in +++ b/enable.in @@ -2,8 +2,6 @@ export PATH=%{_bindir}${PATH:+:${PATH}} export MANPATH=%{_mandir}${MANPATH:+:${MANPATH}} export INFOPATH=%{_infodir}${INFOPATH:+:${INFOPATH}} -# ??? We probably don't need this anymore. -export PCP_DIR=%{_scl_root} # bz847911 workaround: # we need to evaluate rpm's installed run-time % { _libdir }, not rpmbuild time # or else /etc/ld.so.conf.d files?