packages/libs/libpam/patches/0001-build-always-use-lib-instead-of-lib64.patch
Rosen Penev b75f250f3b
libpam: update to 1.5.1
Fix installed paths. After e52d0487e88c3c8c57e1310d1a02b18eae0d142e
upstream, this bug was exposed.

Instead of working around it, fix the patch.

After this, everything consistently gets installed to ipkg-install/usr.

Minor Makefile reorganization.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-29 17:00:05 -08:00

11 lines
277 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ dnl If we use /usr as prefix, use /etc f
then
sysconfdir="/etc"
fi
- if test ${libdir} = '${exec_prefix}/lib'
+ if false
then
case "$host_cpu" in
x86_64|ppc64|s390x|sparc64)