diff options
| author | Dirk von Suchodoletz | 2009-01-31 15:48:32 +0100 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2009-01-31 15:48:32 +0100 |
| commit | 79d29bb56538f082fd3e29a917c9d557880149b7 (patch) | |
| tree | 1a16999c60784deb773a700f1d9e3a1159918c00 /initramfs/uclib-rootfs/usr/lib | |
| parent | * add check if dkms binary is available.. (diff) | |
| download | core-79d29bb56538f082fd3e29a917c9d557880149b7.tar.gz core-79d29bb56538f082fd3e29a917c9d557880149b7.tar.xz core-79d29bb56538f082fd3e29a917c9d557880149b7.zip | |
Moved (n)curses stuff to preboot uclib-rootfs layer, see PreBoot wiki
entry.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2558 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/uclib-rootfs/usr/lib')
| -rwxr-xr-x | initramfs/uclib-rootfs/usr/lib/libcurses.so | 10 | ||||
| -rwxr-xr-x | initramfs/uclib-rootfs/usr/lib/libncurses.so | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/initramfs/uclib-rootfs/usr/lib/libcurses.so b/initramfs/uclib-rootfs/usr/lib/libcurses.so deleted file mode 100755 index 6126685c..00000000 --- a/initramfs/uclib-rootfs/usr/lib/libcurses.so +++ /dev/null @@ -1,10 +0,0 @@ -/* 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 ) diff --git a/initramfs/uclib-rootfs/usr/lib/libncurses.so b/initramfs/uclib-rootfs/usr/lib/libncurses.so deleted file mode 100755 index 6d4cb861..00000000 --- a/initramfs/uclib-rootfs/usr/lib/libncurses.so +++ /dev/null @@ -1,10 +0,0 @@ -/* 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/libncurses.so ) |
