summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-08-04 20:01:35 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-08-04 20:01:35 +0200
commitdd590936dccc4f3e1bc2918812fdb5a64527d6e1 (patch)
treea7a9d42b93f6501d9bb14a1a43714b6d8204cdb3
parent11f339a3688a8041854a0870ecb7f954ffd4ab86 (diff)
downloadi486tcc-linux-dd590936dccc4f3e1bc2918812fdb5a64527d6e1.tar.gz
i486tcc-linux-dd590936dccc4f3e1bc2918812fdb5a64527d6e1.tar.bz2
documented some of the local patches
-rw-r--r--README35
1 files changed, 34 insertions, 1 deletions
diff --git a/README b/README
index 84f35ea..834c0b5 100644
--- a/README
+++ b/README
@@ -69,7 +69,40 @@ patches
directly to 'configure'
- dropbear
* patched binary locations and pathes in default_options.h
-
+- tinyxlib
+ * added a missing stdint.h
+ * patched compiler and linker flags
+- tinyxserver
+ * patched installation
+ * patched compiler and linker flags
+- xauth
+ * disabled IPv6
+- xhost
+ * disabled IPv6
+ * fixed some missing IPv6 conditionals
+ * added conditional for FamilyServerInterpreted ("si:")
+- meh
+ * disabled external libraries for gif, png, jpeg, imagemagick
+ * fixed dependency generator
+- slock
+ * fixed for missing setgroups in musl
+ * disabled XRandr extension
+- lua
+ * removed dependency on readline
+- wordgrinder
+ * TODO: work in progress
+- rxvt
+ * use the 'fixed' font per default and only that one
+- notion
+ * disabled XCB for keysum definitions
+ * patched for using the stage1 libraries and header files
+ * heavily patched Xrandr so at least the lua module builds
+ (it cannot possibly work though), made the module return
+ some default VGA mode values to at least work as a dummy.
+ * linker fix for -rdynamic
+ * patches for building statically and doing a lua module preload
+ * disabled Xinerama
+
dependencies
------------