Author: tushar
Date: 2005-06-13 23:34:49 -0600 (Mon, 13 Jun 2005)
New Revision: 974

Modified:
   trunk/zlib/zlib-1.2.2-fPIC.patch
Log:
Added description to zlib patch

Modified: trunk/zlib/zlib-1.2.2-fPIC.patch
===================================================================
--- trunk/zlib/zlib-1.2.2-fPIC.patch    2005-06-14 05:27:09 UTC (rev 973)
+++ trunk/zlib/zlib-1.2.2-fPIC.patch    2005-06-14 05:34:49 UTC (rev 974)
@@ -7,6 +7,12 @@
  1. Build shared and static lib in one pass
  2. Always add -fPIC when building shared lib, don't expect the user to set it.
 
+To build the shared and static library:
+       ./configure --prefix=<prefix> --shared &&
+       make &&
+       make install
+Remove the --shared if you don't want the shared lib.
+
 diff -Naur zlib-1.2.2.orig/configure zlib-1.2.2/configure
 --- zlib-1.2.2.orig/configure  2004-09-07 00:50:06.000000000 -0500
 +++ zlib-1.2.2/configure       2005-02-05 01:34:08.553292416 -0600

-- 
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to