diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-02 04:03:47 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-02 04:03:47 +0000 |
commit | a356ea2521cefa80c8622fd8a60d33300cb549e6 (patch) | |
tree | 3758bf28dc99e3332ecb34303560ad68ed0fc0e2 /ldso | |
parent | dff97f8d424755c568312ca3ddd8cd808280e7d8 (diff) |
Fix PIC configuration, so shared libraries once again work
-Erik
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/ldso/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |