summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-01-18 20:04:20 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-01-18 20:04:20 (GMT)
commit42dd33bb71fbb73a3b15d7ced4a52318ccf94f46 (patch)
tree34d8ca9882817fc505149156191e11082562f750 /patches
parentf82dfe27b8f6c346a4b1ddbbb21925f0d2985538 (diff)
Add a new patch to uClibc-0.9.29.
Diffstat (limited to 'patches')
-rw-r--r--patches/uClibc/0.9.29/401-bits_sysnum_h2.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/patches/uClibc/0.9.29/401-bits_sysnum_h2.patch b/patches/uClibc/0.9.29/401-bits_sysnum_h2.patch
new file mode 100644
index 0000000..d650d8d
--- /dev/null
+++ b/patches/uClibc/0.9.29/401-bits_sysnum_h2.patch
@@ -0,0 +1,18 @@
+YEM-20070519:
+Patch from Bernhard Fischer <rep.dot.nop@gmail.com> on the uClibc mailing
+list ( http://www.uclibc.org/lists/uclibc/2008-January/018940.html ) above
+the 400-bits_sysnum_h.patch.
+
+Index: uClibc/Makefile.in
+===================================================================
+--- uClibc/Makefile.in (revision 18651)
++++ uClibc/Makefile.in (working copy)
+@@ -114,7 +116,7 @@ install: install_runtime install_dev
+ RUNTIME_PREFIX_LIB_FROM_DEVEL_PREFIX_LIB=$(shell $(top_srcdir)extra/scripts/relative_path.sh $(DEVEL_PREFIX)lib $(RUNTIME_PREFIX)lib)
+
+ # Installs header files.
+-install_headers:
++install_headers: headers
+ $(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)include
+ printf ".svn\n.cvsignore\nCVS\n" > tar_exclude ; \
+ $(TAR) -chf - -X tar_exclude include \