Purpose of commit: bugfix
Commit summary:
---------------
Better compilation support.
0.76: please submit patches for this section with actual code/doc
patches!
+* more specific linking requirements for -lndbm for pam_userdb - from
+ David Lee (Bug 417339 - agmorgan)
* a large number of small changes to make AIX support better (Bug
416229 - agmorgan)
* $(MAKE) instead of 'make' - from Scott T. Emery (Bug 422144 -
ifeq ($(HAVE_NDBM_H),yes)
WHICH_DB=ndbm
- MODULE_SIMPLE_EXTRALIBS = -lndbm
+ ifeq ($(HAVE_LIBNDBM),yes)
+ MODULE_SIMPLE_EXTRALIBS = -lndbm
+ endif
else
ifeq ($(HAVE_LIBDB),yes)
WHICH_DB=db