aboutsummaryrefslogtreecommitdiff
path: root/patches-applied/autoconf.patch
Commit message (Collapse)AuthorAgeFilesLines
* fix-up commit for grafting svn history onto git historySteve Langasek2019-01-021-4851/+0
|
* Drop the local patch for Linux capabilities in pam_limits; Linuxvorlon2007-09-041-850/+284
| | | | | | | | capabilities are not generally useful in a PAM context, and the PAM capabilities patch has been broken through much of its life. Closes: #440130.
* Separate patch to remove pthreads references from libpam; we don't reallyvorlon2007-08-251-12/+0
| | | | | | need any mutexes here, and trying to use them causes linking problems.
* Update 015_hurd_portability to include -pthread in libpam_la_LDFLAGS,vorlon2007-08-221-0/+12
| | | | | | required for portability to non-Linux platforms.
* Move tty_secure back out of libpam for the durationvorlon2007-08-201-19548/+203
|
* Refresh (and use aclocal-1.10 this time)vorlon2007-08-201-1037/+326
|
* patch configure.in to use AC_CHECK_HEADERS instead of AC_CHECK_HEADER, sovorlon2007-08-201-447/+20720
| | | | | | crack.h is actually included.
* Move all changes to autotools-generated files into a single patch at the endvorlon2007-08-201-0/+5200
of the stack.