]> andersk Git - gssapi-openssh.git/commitdiff
o Add build-time information to the README.gpt file.
authorcphillip <cphillip>
Fri, 27 Sep 2002 15:26:23 +0000 (15:26 +0000)
committercphillip <cphillip>
Fri, 27 Sep 2002 15:26:23 +0000 (15:26 +0000)
openssh/README.gpt

index 8d6837a9f1fe3e249d34fc2febdb2523e2228e10..bd34a10564797fd2210d4ab00f9838ae140582e2 100644 (file)
@@ -1,5 +1,8 @@
 README.gpt
 ==========
+This is the README file for the GPT package that contains the GSI-OpenSSH code.
+The only thing of use in this file at this time discusses the build-time
+configuration possible through the use of the GPT macro system.
 
 As part of the build process for the GPT package, we have decided to make greater
 use of the "macro" feature of GPT to minimize the number of changes to the
@@ -7,8 +10,15 @@ underlying configure script.  This means that there will be a recommended set of
 configure options on a "per-platform" basis, and that you will specify these on
 the command-line to gpt-build as in:
 
-    $GPT_LOCATION/sbin/gpt-build gsi_openssh-0.5-src.tar.gz gcc32 \
-      GSI_OPENSSH_GPTMACRO="..."
+    $GPT_LOCATION/sbin/gpt-build -static gsi_openssh-<version>-src.tar.gz gcc32 \
+      GSI_OPENSSH_GPTMACRO="<configureOptions>"
 
-[ Linux ]
-GSI_OPENSSH_GPTMACRO="--disable-suid-ssh --with-md5-passwords --with-tcp-wrappers"
+Configure Options
+-----------------
+
+            Platform         |               Configuration
+   --------------------------+------------------------------------------
+    IA-32 Linux GCC (RedHat) | --with-md5-passwords --with-tcp-wrappers
+    IA-64 Linux GCC (RedHat) | --with-md5-passwords --with-tcp-wrappers
+      Sun Solaris VendorCC   |            --with-tcp-wrappers
+        SGI Irix VendorCC    |            --with-tcp-wrappers
This page took 0.093178 seconds and 5 git commands to generate.