From a356ea2521cefa80c8622fd8a60d33300cb549e6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 2 Nov 2002 04:03:47 +0000 Subject: Fix PIC configuration, so shared libraries once again work -Erik --- ldso/ldso/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'ldso') diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile index 3ecbe9f77..e317ffcb3 100644 --- a/ldso/ldso/Makefile +++ b/ldso/ldso/Makefile @@ -23,6 +23,7 @@ TOPDIR=../../ +DOPIC=true include $(TOPDIR)Rules.mak LDSO_FULLNAME=ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so -- cgit v1.2.3