summaryrefslogtreecommitdiffstats
path: root/initramfs/uclib-rootfs/usr/lib/libcurses.so
diff options
context:
space:
mode:
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 )