aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--build.macros.in4
2 files changed, 2 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 54fef2c..69b483d 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@
- py_purelibdir
- py_platsitedir
- py_puresitedir
+ - perl_sitearch
+ - perl_archlib
Version 2.50 - 16 January 2020, by Jani Välimaa
- build.macros: add mistakenly removed --prefix= back to configure macro
diff --git a/build.macros.in b/build.macros.in
index f1c158c..56ac31d 100644
--- a/build.macros.in
+++ b/build.macros.in
@@ -308,10 +308,6 @@ export CFLAGS="%optflags"; export CXXFLAGS="%optflags"; export RPM_OPT_FLAGS="%o
print "$v$y";
')
-# kept for compatibility, but should not be used, especially the ugly perl_archlib!
-%perl_sitearch %(eval "`perl -V:installsitearch`"; echo $installsitearch)
-%perl_archlib %(eval "`perl -V:installarchlib`"; echo $installarchlib)
-
#--------------------------------------------------------------------------------
# Macro from conectiva