mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Added Linux-PAM and updated description.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -28,12 +28,7 @@ dnl If we use /usr as prefix, use /etc f
|
||||
fi
|
||||
if test ${libdir} = '${exec_prefix}/lib'
|
||||
then
|
||||
- case "`uname -m`" in
|
||||
- x86_64|ppc64|s390x|sparc64)
|
||||
- libdir="/lib64" ;;
|
||||
- *)
|
||||
- libdir="/lib" ;;
|
||||
- esac
|
||||
+ libdir="/lib"
|
||||
fi
|
||||
if test ${sbindir} = '${exec_prefix}/sbin'
|
||||
then
|
||||
Reference in New Issue
Block a user