aboutsummaryrefslogtreecommitdiffstats
path: root/build.macros.in
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2020-02-01 16:08:24 +0200
committerJani Välimaa <wally@mageia.org>2020-02-01 16:08:24 +0200
commita88564c3516862a71c3c49b66c52cf479c5a735e (patch)
tree5b795a84977035e4ad78dd63a979d52ff1c43f51 /build.macros.in
parentbd0ac442d4d08ac9b14c5c71079596eba6603a69 (diff)
downloadrpm-setup-a88564c3516862a71c3c49b66c52cf479c5a735e.tar
rpm-setup-a88564c3516862a71c3c49b66c52cf479c5a735e.tar.gz
rpm-setup-a88564c3516862a71c3c49b66c52cf479c5a735e.tar.bz2
rpm-setup-a88564c3516862a71c3c49b66c52cf479c5a735e.tar.xz
rpm-setup-a88564c3516862a71c3c49b66c52cf479c5a735e.zip
build.macros: drop old perl compatibility macros
Nothing in SVN uses these macros anymore: %perl_sitearch %perl_archlib
Diffstat (limited to 'build.macros.in')
-rw-r--r--build.macros.in4
1 files changed, 0 insertions, 4 deletions
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