diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /netkit-ftp/netkit-ftp-0.17 | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'netkit-ftp/netkit-ftp-0.17')
-rw-r--r-- | netkit-ftp/netkit-ftp-0.17/mconfig.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/netkit-ftp/netkit-ftp-0.17/mconfig.patch b/netkit-ftp/netkit-ftp-0.17/mconfig.patch index e69de29bb2..26f2f2b6b6 100644 --- a/netkit-ftp/netkit-ftp-0.17/mconfig.patch +++ b/netkit-ftp/netkit-ftp-0.17/mconfig.patch @@ -0,0 +1,20 @@ +diff -urNd netkit-base-0.17/MCONFIG netkit-base-0.17-new/MCONFIG +--- netkit-base-0.17/MCONFIG 1969-12-31 18:00:00.000000000 -0600 ++++ netkit-base-0.17-new/MCONFIG 2002-10-12 13:33:16.000000000 -0500 +@@ -0,0 +1,16 @@ ++BINDIR=/usr/bin ++SBINDIR=/usr/sbin ++MANDIR=/usr/man ++ROOTBINDIR=/bin ++BINMODE=755 ++DAEMONMODE=755 ++MANMODE=644 ++SUIDMODE=4755 ++PREFIX=/usr ++EXECPREFIX=/usr ++ROOTPREFIX= ++INSTALLROOT= ++CC=arm-linux-gcc ++CFLAGS=-I/usr/src/coding/projects/userspace/buildroot/output/staging/usr/include -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline ++LDFLAGS= ++LIBS= |