changeset 4829:6b3664df8ea0

build-perl: don't build shared libperl
author John W. Eaton <jwe@octave.org>
date Wed, 29 Aug 2018 17:23:44 -0400
parents 6dd354a8787b
children eeb5b98e87ee
files src/build-perl.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/build-perl.mk	Wed Aug 29 17:23:04 2018 -0400
+++ b/src/build-perl.mk	Wed Aug 29 17:23:44 2018 -0400
@@ -10,9 +10,9 @@
 $(PKG)_URL      := http://www.cpan.org/src/5.0/$($(PKG)_FILE)
 $(PKG)_DEPS     := 
 
-ifeq ($(BUILD_SHARED),yes)
-  $(PKG)_CONFIGURE_ARGS := -Duseshrplib
-endif
+#ifeq ($(BUILD_SHARED),yes)
+#  $(PKG)_CONFIGURE_ARGS := -Duseshrplib
+#endif
 
 ifeq ($(MXE_WINDOWS_BUILD),yes)
   define $(PKG)_BUILD