diff options
author | Steve Langasek <vorlon@debian.org> | 2009-08-25 17:53:40 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:25:57 -0800 |
commit | 47ffca0936e1a15be00317302d66016370324e44 (patch) | |
tree | a410154701aff6ba79e5f0e2e88a4106f0dea519 /debian/patches-applied/autoconf.patch | |
parent | 291c51e0af886e1ae25e210bd0bcc1c0e6d8be5a (diff) | |
download | pam-47ffca0936e1a15be00317302d66016370324e44.tar.gz pam-47ffca0936e1a15be00317302d66016370324e44.tar.bz2 pam-47ffca0936e1a15be00317302d66016370324e44.zip |
add config.h.in changes to autoconf.patch, which will show up upon running a
build in any case
Diffstat (limited to 'debian/patches-applied/autoconf.patch')
-rw-r--r-- | debian/patches-applied/autoconf.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches-applied/autoconf.patch b/debian/patches-applied/autoconf.patch index 74a1f1b7..b267cf8c 100644 --- a/debian/patches-applied/autoconf.patch +++ b/debian/patches-applied/autoconf.patch @@ -20152,3 +20152,17 @@ Index: pam.deb/modules/pam_unix/Makefile.in # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: +Index: pam.deb/config.h.in +=================================================================== +--- pam.deb.orig/config.h.in ++++ pam.deb/config.h.in +@@ -270,6 +270,9 @@ + /* Define to the one symbol short name of this package. */ + #undef PACKAGE_TARNAME + ++/* Define to the home page for this package. */ ++#undef PACKAGE_URL ++ + /* Define to the version of this package. */ + #undef PACKAGE_VERSION + |