mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Mailx und Newt Fixes.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@339 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
== List of softwares used to build IPFire Version: 2.1b ==
|
||||
== List of softwares used to build IPFire Version: 2.0b ==
|
||||
* 3c5x9setup-1.00
|
||||
* Archive-Tar-1.29
|
||||
* Archive-Zip-1.16
|
||||
@@ -46,7 +46,7 @@
|
||||
* ccache-2.4
|
||||
* cdrtools-2.01
|
||||
* cftp-0.12
|
||||
* clamav-0.88.4
|
||||
* clamav-0.88.5
|
||||
* coreutils-5.96
|
||||
* cups-1.2.2
|
||||
* cyrus-imapd-2.2.12
|
||||
|
||||
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = mailx
|
||||
PAK_VER = ipfire-beta1
|
||||
PAK_VER = 1
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
@@ -77,7 +77,7 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && make $(MAKETUNING) SENDMAIL=/usr/sbin/sendmail
|
||||
cd $(DIR_APP) && make SENDMAIL=/usr/sbin/sendmail
|
||||
cd $(DIR_APP) && make PREFIX=/usr UCBINSTALL=/usr/bin/install install
|
||||
cd $(DIR_APP) && ln -v -sf mailx /usr/bin/mail
|
||||
cd $(DIR_APP) && ln -v -sf mailx /usr/bin/nail
|
||||
|
||||
2
lfs/newt
2
lfs/newt
@@ -85,8 +85,8 @@ ifeq "$(LFS_PASS)" "install"
|
||||
cd $(DIR_APP) && ./configure --without-gpm-support --host $(MACHINE)-uclibc
|
||||
cd $(DIR_APP) && sed -i 's%^CFLAGS.*$$%CFLAGS = -Os -fomit-frame-pointer -Wall -D_GNU_SOURCE -DUTF8 -I/install/include/slang%' Makefile
|
||||
cd $(DIR_APP) && make libnewt.a
|
||||
-mkdir -p /install/$(MACHINE)-uClibc/{include,lib}
|
||||
cd $(DIR_APP) && install -m 0644 libnewt.a /install/$(MACHINE)-uClibc/lib
|
||||
-mkdir -p /install/$(MACHINE)-uClibc/include
|
||||
cd $(DIR_APP) && install -m 0644 newt.h /install/$(MACHINE)-uClibc/include/newt.h
|
||||
else
|
||||
cd $(DIR_APP) && RPM_OPT_FLAGS="$(CFLAGS) -DUTF8" ./configure --without-gpm-support
|
||||
|
||||
Reference in New Issue
Block a user