diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | build.macros.in | 4 |
2 files changed, 2 insertions, 4 deletions
@@ -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 |