aboutsummaryrefslogtreecommitdiff
path: root/src/share/demo/jvmti/hprof/sample.makefile.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/demo/jvmti/hprof/sample.makefile.txt')
-rw-r--r--src/share/demo/jvmti/hprof/sample.makefile.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/demo/jvmti/hprof/sample.makefile.txt b/src/share/demo/jvmti/hprof/sample.makefile.txt
index 4b7499e40..3766a2877 100644
--- a/src/share/demo/jvmti/hprof/sample.makefile.txt
+++ b/src/share/demo/jvmti/hprof/sample.makefile.txt
@@ -132,7 +132,7 @@ ifeq ($(OSNAME), linux)
LIBRARY=lib$(LIBNAME).so
LDFLAGS=-Wl,-soname=$(LIBRARY) -static-libgcc -mimpure-text
# Libraries we are dependent on
- LIBRARIES= -lnsl -ldl -lc
+ LIBRARIES= -ldl -lc
# Building a shared library
LINK_SHARED=$(LINK.c) -shared -o $@
endif