-
- Downloads
Revamp build system yet again to move all external libraries to
end of link. Basic order is: $LDFLAGS internal-libs external-libs $LIBS $LTHREAD_LIBS LTHREAD_LIBS is last as -lpthread (or equiv) must be last on many systems. LIBS is next to last as some user might have put -lpthread (or equiv) in $LIBS.
Showing
- build/top.mk 4 additions, 11 deletionsbuild/top.mk
- clients/fax500/Makefile.in 2 additions, 2 deletionsclients/fax500/Makefile.in
- clients/finger/Makefile.in 2 additions, 2 deletionsclients/finger/Makefile.in
- clients/gopher/Makefile.in 2 additions, 2 deletionsclients/gopher/Makefile.in
- clients/mail500/Makefile.in 2 additions, 2 deletionsclients/mail500/Makefile.in
- clients/rcpt500/Makefile.in 2 additions, 2 deletionsclients/rcpt500/Makefile.in
- clients/tools/Makefile.in 3 additions, 3 deletionsclients/tools/Makefile.in
- clients/ud/Makefile.in 2 additions, 2 deletionsclients/ud/Makefile.in
- libraries/libavl/Makefile.in 2 additions, 1 deletionlibraries/libavl/Makefile.in
- libraries/liblber/Makefile.in 2 additions, 1 deletionlibraries/liblber/Makefile.in
- libraries/libldap/Makefile.in 2 additions, 1 deletionlibraries/libldap/Makefile.in
- libraries/libldap_r/Makefile.in 2 additions, 1 deletionlibraries/libldap_r/Makefile.in
- libraries/libldbm/Makefile.in 2 additions, 1 deletionlibraries/libldbm/Makefile.in
- libraries/liblthread/Makefile.in 2 additions, 2 deletionslibraries/liblthread/Makefile.in
- servers/ldapd/Makefile.in 4 additions, 3 deletionsservers/ldapd/Makefile.in
- servers/slapd/Makefile.in 5 additions, 4 deletionsservers/slapd/Makefile.in
- servers/slapd/tools/Makefile.in 4 additions, 2 deletionsservers/slapd/tools/Makefile.in
- servers/slurpd/Makefile.in 3 additions, 2 deletionsservers/slurpd/Makefile.in
Loading
Please register or sign in to comment