pkgsrc/lang/perl58/patches/patch-ch
grant e1dfb8ff6b fix hints to not append CFLAGS to LDFLAGS on OSF1 when calling the
linker because the it does not understand all the compiler flags.

fixes build on OSF1.
2004-11-26 03:29:43 +00:00

13 lines
424 B
Text

$NetBSD: patch-ch,v 1.1 2004/11/26 03:29:44 grant Exp $
--- hints/dec_osf.sh.orig 2004-05-14 03:44:00.000000000 +0200
+++ hints/dec_osf.sh
@@ -243,7 +243,7 @@ case "`uname -r`" in
# fixed in 4.0E or better.
;;
*)
- lddlflags="$lddlflags $optimize"
+ lddlflags="$lddlflags"
;;
esac
# -msym: If using a sufficiently recent /sbin/loader,