summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/Makefile.config')
-rw-r--r--perl-install/Makefile.config6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config
index b575efcd6..c88797dc4 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -2,6 +2,12 @@
ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(patsubst sparc%,sparc,$(ARCH))
+ifeq (x86_64, $(ARCH))
+LIB = lib64
+else
+LIB = lib
+endif
+
VERSION = 2.2.10-BOOT
SUDO = sudo
SO_FILES = c/blib/arch/auto/c/c.so