diff --git a/general.ent b/general.ent
index 5e444abf6a..e16a9c1824 100644
--- a/general.ent
+++ b/general.ent
@@ -196,6 +196,7 @@ $Date$
+
diff --git a/general/genlib/genlib.xml b/general/genlib/genlib.xml
index ab01643aff..08f2065ec9 100644
--- a/general/genlib/genlib.xml
+++ b/general/genlib/genlib.xml
@@ -97,9 +97,9 @@ $Date$
+
-
diff --git a/general/genlib/talloc.xml b/general/genlib/talloc.xml
new file mode 100644
index 0000000000..eb41049f4a
--- /dev/null
+++ b/general/genlib/talloc.xml
@@ -0,0 +1,113 @@
+
+
+ %general-entities;
+
+
+
+
+
+
+
+]>
+
+
+
+
+
+ $LastChangedBy$
+ $Date$
+
+
+ talloc-&talloc-version;
+
+
+ talloc
+
+
+
+ Introduction to talloc
+
+ talloc provides a hierarchical, reference
+ counted memory pool system with destructors. It is the core memory
+ allocator used in Samba and
+ MesaLib.
+
+ Package Information
+
+
+ Download (HTTP):
+
+
+ Download (FTP):
+
+
+ Download MD5 sum: &talloc-md5sum;
+
+
+ Download size: &talloc-size;
+
+
+ Estimated disk space required: &talloc-buildsize;
+
+
+ Estimated build time: &talloc-time;
+
+
+
+
+
+
+ Installation of talloc
+
+ Install talloc by running the following
+ commands:
+
+./configure --prefix=/usr &&
+make
+
+ To check the results, issue make check.
+
+ Now, as the root user:
+
+make install
+
+
+
+
+ Contents
+
+
+ Installed Programs
+ Installed Libraries
+ Installed Directory
+
+
+ None
+ libtalloc.{a,so}
+ None
+
+
+
+
+ Short Descriptions
+
+
+
+
+ libtalloc.{a,so}
+
+ contains a replacemnt for the glibc
+ malloc function.
+
+ libtalloc.{a,so}
+
+
+
+
+
+
+
+
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 29e043552c..94f316095e 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -97,6 +97,9 @@
corrected dependencies, and reverted to legacy configuration pages
until new page matures.
+
+ [dj] - Added talloc-2.0.1.
+
diff --git a/x/lib/mesalib.xml b/x/lib/mesalib.xml
index c1cb99510c..6d1f00239c 100644
--- a/x/lib/mesalib.xml
+++ b/x/lib/mesalib.xml
@@ -59,6 +59,15 @@
+ Additional Downloads
+
+
+ Recommended patch:
+ (Needed if testing the Xorg installation per BLFS instructions)
+
+
+
MesaLib Dependencies
Required
@@ -66,8 +75,7 @@
,
,
, and
-
- Talloc
+
Optional
(required to build motif
@@ -91,6 +99,7 @@
commands:
sed 's@FLAGS=\"-g@FLAGS=\"@' -i configure &&
+patch -Np1 -i ../MesaLib-&mesalib-version;-add_xdemos-1.patch &&
./configure $XORG_CONFIG --enable-xcb &&
make