Author: alexander
Date: 2005-05-01 20:01:26 -0600 (Sun, 01 May 2005)
New Revision: 113
Modified:
trunk/Makefile
trunk/packages/gpm/Makefile
trunk/packages/ncurses/Makefile
Log:
Make ncurses and GPM interact as described in ncurses FAQ
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2005-05-02 01:57:35 UTC (rev 112)
+++ trunk/Makefile 2005-05-02 02:01:26 UTC (rev 113)
@@ -161,7 +161,7 @@
@if [ ! -f $(MP)/etc/X11/xorg.conf ] ; then if [ -f /etc/X11/xorg.conf
] ; then cp /etc/X11/xorg.conf $(PKG)/Xorg ; fi ; fi
pre-bash: createdirs createfiles popdev ch-linux-libc-headers ch-man-pages
ch-glibc ch-re-adjust-toolchain \
- ch-binutils ch-gcc ch-coreutils ch-zlib ch-mktemp ch-iana-etc
ch-findutils ch-gawk ch-sharutils ch-ncurses \
+ ch-binutils ch-gcc ch-coreutils ch-zlib ch-mktemp ch-iana-etc
ch-findutils ch-gawk ch-sharutils ch-gpm ch-ncurses \
ch-readline ch-vim ch-m4 ch-bison ch-less ch-groff ch-sed ch-flex
ch-gettext ch-inetutils \
ch-iproute2 ch-perl ch-texinfo ch-autoconf ch-automake ch-bash
@@ -169,7 +169,7 @@
ch-hotplug ch-man ch-make ch-module-init-tools ch-patch ch-procps
ch-psmisc ch-shadow \
ch-sysklogd ch-sysvinit ch-tar ch-udev ch-util-linux ch-environment
-blfs: ch-openssl ch-wget ch-reiserfsprogs ch-xfsprogs ch-slang ch-nano ch-joe
ch-screen ch-curl ch-gpm ch-zip \
+blfs: ch-openssl ch-wget ch-reiserfsprogs ch-xfsprogs ch-slang ch-nano ch-joe
ch-screen ch-curl ch-zip \
ch-unzip ch-lynx ch-libxml2 ch-expat ch-subversion ch-lfs-bootscripts
ch-docbook-xml ch-libxslt \
ch-docbook-xsl ch-html_tidy ch-LFS-BOOK ch-libpng ch-freetype
ch-fontconfig ch-Xorg ch-freefont ch-libjpeg \
ch-libtiff ch-links ch-openssh ch-pkgconfig ch-glib2 ch-libungif
ch-imlib2 ch-pango ch-atk ch-gtk2 ch-cvs \
Modified: trunk/packages/gpm/Makefile
===================================================================
--- trunk/packages/gpm/Makefile 2005-05-02 01:57:35 UTC (rev 112)
+++ trunk/packages/gpm/Makefile 2005-05-02 02:01:26 UTC (rev 113)
@@ -27,7 +27,7 @@
@if [ ! -f $(PATCH2) ] ; then $(WGET) $(URL2) ; fi
@if [ ! -f /usr/sbin/gpm ] ; then tar xjvf $(FILE) && cd $(DIR) && \
patch -Np1 -i ../$(PATCH1) && patch -Np1 -i ../$(PATCH2) && \
- CFLAGS="" LDFLAGS="-lm" ./configure --prefix=/usr --sysconfdir=/etc &&
\
+ CFLAGS="" LDFLAGS="-lm" ./configure --prefix=/usr --sysconfdir=/etc
--without-curses && \
make LDFLAGS="-lm" && make install && \
cp conf/gpm-root.conf /etc && /sbin/ldconfig ; fi
@make clean
Modified: trunk/packages/ncurses/Makefile
===================================================================
--- trunk/packages/ncurses/Makefile 2005-05-02 01:57:35 UTC (rev 112)
+++ trunk/packages/ncurses/Makefile 2005-05-02 02:01:26 UTC (rev 113)
@@ -36,7 +36,7 @@
@if [ ! -f $(PATCH) ] ; then $(WGET) $(URL1) && bunzip2 $(PATCH).bz2 ;
fi
@if [ ! -f /usr/bin/clear ] ; then tar -xjvf $(SRC)/$(FILE) && cd
$(DIR) && \
sh ../$(PATCH) && \
- ./configure --prefix=/usr --with-shared --without-debug && \
+ ./configure --prefix=/usr --with-shared --without-debug --with-gpm && \
make sources && make -j3 && make install && chmod 755 /usr/lib/*.5.4
&& \
chmod 644 /usr/lib/libncurses++.a && mv /usr/lib/libncurses.so.5* /lib
&& \
ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so && \
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page