From c8ec3a24e7b9ca78d2ce1d3ed0679ac6f7402487 Mon Sep 17 00:00:00 2001 From: YellowJacketLinux Date: Sun, 20 Oct 2024 14:31:30 -0700 Subject: [PATCH] bug fix --- CH8Build/CH08.41-perl.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CH8Build/CH08.41-perl.sh b/CH8Build/CH08.41-perl.sh index 320ad3a..e77dea5 100644 --- a/CH8Build/CH08.41-perl.sh +++ b/CH8Build/CH08.41-perl.sh @@ -34,10 +34,6 @@ sh Configure -des \ -D useshrplib \ -D usethreads -./configure --prefix=/usr \ - --disable-static \ - --docdir=/usr/share/doc/xz-${xz_version} - make if [ $? -ne 0 ]; then myfail "Failed building perl"