summaryrefslogtreecommitdiff
path: root/ldso/libdl/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-17 04:00:27 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-17 04:00:27 +0000
commit523e75677a8d2aff97136429a1171fc1236cff1e (patch)
tree44252de72c254e27e2460869560409d73b8fc1eb /ldso/libdl/Makefile
parented2eaae820570da6428c6141f7eb4a6d8011ddda (diff)
Turn off USE_CACHE by default (so ldconfig, by default, isn't
needed). Fix a stupid typo in dlib.c where I had several weak symbols set up backwards, breaking libdl (dlopen and friends), -Erik
Diffstat (limited to 'ldso/libdl/Makefile')
-rw-r--r--ldso/libdl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/libdl/Makefile b/ldso/libdl/Makefile
index 67047d7c6..58b1dab53 100644
--- a/ldso/libdl/Makefile
+++ b/ldso/libdl/Makefile
@@ -31,7 +31,7 @@ LIBDL_SHARED_FULLNAME=libdl-$(MAJOR_VERSION).$(MINOR_VERSION).so
CSRC= dlib.c
OBJS=$(patsubst %.c,%.o, $(CSRC))
-TARGET_CFLAGS += -DUSE_CACHE #-fPIC -D__PIC__ #-funroll-loops
+TARGET_CFLAGS += #-DUSE_CACHE #-fPIC -D__PIC__ #-funroll-loops
all: $(OBJS) $(LIBDL) shared