01a0059a6c
Enhancements were made to code features such as "use", which now explicitly enables feature bundles, a more consistent "eval" operator, and a revamped "substr" function. The "__SUB__" sequence now returns a reference to the current subroutine, allowing for recursive subroutines to be written more simply. Support for Unicode 6.1 was improved. Many other minor improvements and bugfixes, along with several deprecations, were made
15 lines
536 B
Bash
15 lines
536 B
Bash
$NetBSD: patch-hints_solaris_2.sh,v 1.2 2012/10/03 19:59:47 adam Exp $
|
|
|
|
https://rt.perl.org/rt3/Public/Bug/Display.html?id=63604
|
|
|
|
--- hints/solaris_2.sh.orig 2012-06-14 15:47:47.585206126 +0000
|
|
+++ hints/solaris_2.sh 2012-06-14 15:49:23.484363255 +0000
|
|
@@ -594,7 +594,7 @@
|
|
# ccflags="$ccflags -Wa,`getconf XBS5_LP64_OFF64_CFLAGS 2>/dev/null`"
|
|
# fi
|
|
ldflags="$ldflags -m64"
|
|
- lddlflags="$lddlflags -G -m64"
|
|
+ lddlflags="$lddlflags -shared -m64"
|
|
;;
|
|
*)
|
|
getconfccflags="`getconf XBS5_LP64_OFF64_CFLAGS 2>/dev/null`"
|