summaryrefslogtreecommitdiff
path: root/contrib/libpam/defs/linux.defs
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-05-03 09:36:08 +0000
committerMark Murray <markm@FreeBSD.org>2001-05-03 09:36:08 +0000
commit5791a4d4466a137893028f8243622286dae2bb0d (patch)
treef347e0c6cb6a7b2d9e9af0cc7052f5e0bb9c51e3 /contrib/libpam/defs/linux.defs
parentfff5887d38e30654e1d5da89af2ad7614c05cfc8 (diff)
Notes
Diffstat (limited to 'contrib/libpam/defs/linux.defs')
-rw-r--r--contrib/libpam/defs/linux.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libpam/defs/linux.defs b/contrib/libpam/defs/linux.defs
index 94e9968c6b25..0e2743203cd5 100644
--- a/contrib/libpam/defs/linux.defs
+++ b/contrib/libpam/defs/linux.defs
@@ -6,7 +6,7 @@
# preferred OS/vendor.
OS=linux
-ARCH=`uname -m | sed 's/^i?86/i386/'`
+ARCH=i386 # should be changed for alpha
CC=gcc
INSTALL=install
MKDIR=mkdir -p
@@ -16,6 +16,7 @@ LD=ld
LD_D=gcc -shared -Xlinker -x
LD_L=$(LD) -x -shared
USESONAME=yes
+LINKLIBS=-lc
SOSWITCH=-soname
NEEDSONAME=no
LDCONFIG=/sbin/ldconfig
@@ -29,4 +30,3 @@ SECUREDIR=$(LIBDIR)/security
INCLUDED=/usr/include/security
CONFIGED=/etc
SCONFIGED=/etc/security
-NSLLIB=-lnsl