gcc. - enable building shared libstdc++ - add a -R to LDFLAGS in Makefile.gcc to point to the shared libs this pkg installs
13 lines
306 B
Text
13 lines
306 B
Text
$NetBSD: patch-ac,v 1.5 2002/09/09 03:23:07 dmcmahill Exp $
|
|
|
|
--- ../gcc-2.95.3/libiberty/Makefile.in.orig Thu Aug 29 20:05:50 2002
|
|
+++ ../gcc-2.95.3/libiberty/Makefile.in
|
|
@@ -57,7 +57,7 @@ CFLAGS = @CFLAGS@
|
|
LIBCFLAGS = $(CFLAGS)
|
|
RANLIB = @RANLIB@
|
|
|
|
-PICFLAG =
|
|
+PICFLAG = -fPIC -DPIC
|
|
|
|
MAKEOVERRIDES =
|
|
|