summaryrefslogtreecommitdiffstats
path: root/initramfs/uclib-rootfs/usr/lib/libcurses.so
diff options
context:
space:
mode:
authorOliver Tappe2008-08-20 14:20:07 +0200
committerOliver Tappe2008-08-20 14:20:07 +0200
commit0677328054a51160b79af3fb982b852294c5e175 (patch)
treeeecc8c2a1808aa61296dd50ebceef4b887f9dba4 /initramfs/uclib-rootfs/usr/lib/libcurses.so
parentThere is no working 64bit version of the old initramfs ... (diff)
downloadcore-0677328054a51160b79af3fb982b852294c5e175.tar.gz
core-0677328054a51160b79af3fb982b852294c5e175.tar.xz
core-0677328054a51160b79af3fb982b852294c5e175.zip
* merged branch 'initramfs-ng' back intro trunk - requires careful testing ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2055 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/uclib-rootfs/usr/lib/libcurses.so')
-rwxr-xr-xinitramfs/uclib-rootfs/usr/lib/libcurses.so10
1 files changed, 10 insertions, 0 deletions
diff --git a/initramfs/uclib-rootfs/usr/lib/libcurses.so b/initramfs/uclib-rootfs/usr/lib/libcurses.so
new file mode 100755
index 00000000..6126685c
--- /dev/null
+++ b/initramfs/uclib-rootfs/usr/lib/libcurses.so
@@ -0,0 +1,10 @@
+/* GNU ld script
+ Since Gentoo has critical dynamic libraries
+ in /lib, and the static versions in /usr/lib,
+ we need to have a "fake" dynamic lib in /usr/lib,
+ otherwise we run into linking problems.
+
+ See bug http://bugs.gentoo.org/4411 for more info.
+ */
+OUTPUT_FORMAT ( elf32-i386 )
+GROUP ( /lib/libcurses.so )