diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2005-06-21 02:54:15 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2005-06-21 02:54:15 +0000 |
| commit | 7eb3f3dedaa4c0edbe14c3d3d9617051c31c3e69 (patch) | |
| tree | ce31677bc201fe68be43eedee414dd1122e3687b /src/tests/verify | |
| parent | 8e1a4096998997ca87d7f40d40992224968963b7 (diff) | |
Use DL_LIB and THREAD_LINKOPTS instead of explicitly specifying the dl
and pthread libraries by name.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17265 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests/verify')
| -rw-r--r-- | src/tests/verify/ChangeLog | 3 | ||||
| -rw-r--r-- | src/tests/verify/Makefile.in | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/tests/verify/ChangeLog b/src/tests/verify/ChangeLog index 61b7357aa..0fec8083b 100644 --- a/src/tests/verify/ChangeLog +++ b/src/tests/verify/ChangeLog @@ -1,5 +1,8 @@ 2005-06-20 Ken Raeburn <raeburn@mit.edu> + * Makefile.in (KDB5_DEP_LIB): Use DL_LIB and THREAD_LINKOPTS + instead of explicitly using -ldl and -lpthread. + Novell merge. * Makefile.in: * kdb5_verify.c: diff --git a/src/tests/verify/Makefile.in b/src/tests/verify/Makefile.in index 0444803c0..c774e0c74 100644 --- a/src/tests/verify/Makefile.in +++ b/src/tests/verify/Makefile.in @@ -4,7 +4,7 @@ mydir=verify BUILDTOP=$(REL)..$(S).. PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) -KDB5_DEP_LIB=-lpthread -ldl +KDB5_DEP_LIB=$(THREAD_LINKOPTS) $(DL_LIB) SRCS=$(srcdir)/kdb5_verify.c |
