aboutsummaryrefslogtreecommitdiff
path: root/Linux-PAM/defs/linux.defs
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 12:44:11 -0800
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 12:44:11 -0800
commitefd31890b5ed496a5a00c08a262da240e66a4ddc (patch)
tree22a7aab22b3a491bb58df250d7d6409e0c160bcc /Linux-PAM/defs/linux.defs
parent067affee9267fa0d1c21835182ba639ba33e820f (diff)
downloadpam-efd31890b5ed496a5a00c08a262da240e66a4ddc.tar.gz
pam-efd31890b5ed496a5a00c08a262da240e66a4ddc.tar.bz2
pam-efd31890b5ed496a5a00c08a262da240e66a4ddc.zip
New upstream version 0.76
Diffstat (limited to 'Linux-PAM/defs/linux.defs')
-rw-r--r--Linux-PAM/defs/linux.defs32
1 files changed, 32 insertions, 0 deletions
diff --git a/Linux-PAM/defs/linux.defs b/Linux-PAM/defs/linux.defs
new file mode 100644
index 00000000..0e274320
--- /dev/null
+++ b/Linux-PAM/defs/linux.defs
@@ -0,0 +1,32 @@
+# this file indicates the compiler and the various hardware/OS dependent
+# flags for installation. It also defines the various destinations of
+# installed files on the system.
+#
+# This file is the default version. Please look in .../defs/ for your
+# preferred OS/vendor.
+
+OS=linux
+ARCH=i386 # should be changed for alpha
+CC=gcc
+INSTALL=install
+MKDIR=mkdir -p
+CFLAGS=-O7 -pipe -g
+ULIBS=#-lefence
+LD=ld
+LD_D=gcc -shared -Xlinker -x
+LD_L=$(LD) -x -shared
+USESONAME=yes
+LINKLIBS=-lc
+SOSWITCH=-soname
+NEEDSONAME=no
+LDCONFIG=/sbin/ldconfig
+AR=ar -cr
+RANLIB=ranlib
+FAKEROOT=
+PREFIX=/usr
+SUPLEMENTED=$(PREFIX)/sbin
+LIBDIR=$(PREFIX)/lib
+SECUREDIR=$(LIBDIR)/security
+INCLUDED=/usr/include/security
+CONFIGED=/etc
+SCONFIGED=/etc/security