From 821903b89ede4bc4efbd3d82dc9b7ddbb00e4eec Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 15 Nov 2011 18:59:00 +0000 Subject: [PATCH] Remove unneeded patch from php instructions. Add libtirpc to repository. It is not in the book yet becasue of nis problems. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8964 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/php.xml | 17 +--- networking/netlibs/libtirpc.xml | 135 ++++++++++++++++++++++++++++++++ 2 files changed, 136 insertions(+), 16 deletions(-) create mode 100644 networking/netlibs/libtirpc.xml diff --git a/general/prog/php.xml b/general/prog/php.xml index ec6fa3b765..08c524803b 100644 --- a/general/prog/php.xml +++ b/general/prog/php.xml @@ -60,11 +60,6 @@ Additional Downloads - Pre-built documentation (optional): @@ -161,15 +156,6 @@ book provides instructions for setting up PHP for server-side scripting as it is the most common form. - - PHP has many more configure options that will enable support for various @@ -192,8 +178,7 @@ Install PHP by running the following commands: -patch -Np1 -i ../php-&php-version;-configure-1.patch && -./configure --prefix=/usr \ +./configure --prefix=/usr \ --sysconfdir=/etc \ --with-apxs2 \ --with-config-file-path=/etc \ diff --git a/networking/netlibs/libtirpc.xml b/networking/netlibs/libtirpc.xml new file mode 100644 index 0000000000..372918aac0 --- /dev/null +++ b/networking/netlibs/libtirpc.xml @@ -0,0 +1,135 @@ + + + %general-entities; + + + + + + + +]> + + + + + + $LastChangedBy$ + $Date$ + + + libtirpc-&libtirpc-version; + + + libtirpc + + + + Introduction to libtirpc + + The libtirpc package contains + libraries that support programs that use the Remote Procedure Call (RPC) + API. + + &lfs70_checked; + + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &libtirpc-md5sum; + + + Download size: &libtirpc-size; + + + Estimated disk space required: &libtirpc-buildsize; + + + Estimated build time: &libtirpc-time; + + + + Additional Downloads + + + Required Patch (Remove nis dependencies): + + + + + libtirpc Dependencies + + Optional + + libgssapi + + + User Notes: + + + + + + Installation of libtirpc + + Install libtirpc by running the following + commands: + +patch -Np1 -i ../libtirpc-&libtirpc-version;-remove-nis-1.patch && +autoreconf && +./configure --prefix=/usr && +make + + This package does not come with a test suite. + + Now, as the root user: + +make install + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directory + + + None + liblibtirpc.{so,a} + /usr/include/libtirpc + + + + + Short Descriptions + + + + + libtirpc.{so,a} + + provides the Remote Procedure Call (RPC) API functions required by + other programs. + + liblibtirpc.{so,a} + + + + + + + + +