]> git.pld-linux.org Git - packages/ftpfs.git/blame - ftpfs-opt.patch
- added using depmod macro
[packages/ftpfs.git] / ftpfs-opt.patch
CommitLineData
524777ef
JB
1diff -Nur ftpfs-0.6.0-k2.4.orig/ftpfs/Makefile ftpfs-0.6.0-k2.4/ftpfs/Makefile
2--- ftpfs-0.6.0-k2.4.orig/ftpfs/Makefile Wed Jul 25 22:43:58 2001
3+++ ftpfs-0.6.0-k2.4/ftpfs/Makefile Mon Sep 3 21:29:13 2001
4@@ -8,7 +8,7 @@
5
6 # makemake variables
7
8-DEPENDFLAGS := -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -Wall ${SEARCHDIRS} -DMODULE -D__KERNEL__ -DLINUX -DEXPORT_SYMTAB
9+DEPENDFLAGS := $(OPT) -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -Wall ${SEARCHDIRS} -DMODULE -D__KERNEL__ -DLINUX -DEXPORT_SYMTAB
10 # -DFTPFS_DEBUG -DFTPFS_VERBOSE
11
12 # C preprocessor (C, C++, FORTRAN)
13diff -Nur ftpfs-0.6.0-k2.4.orig/ftpmount/Makefile ftpfs-0.6.0-k2.4/ftpmount/Makefile
14--- ftpfs-0.6.0-k2.4.orig/ftpmount/Makefile Tue Aug 14 19:03:22 2001
15+++ ftpfs-0.6.0-k2.4/ftpmount/Makefile Mon Sep 3 21:30:50 2001
16@@ -10,7 +10,7 @@
17
18 # makemake variables
19
20-DEPENDFLAGS := -g -Wall -Werror ${SEARCHDIRS}
21+DEPENDFLAGS := $(OPT) -Wall -Werror ${SEARCHDIRS}
22 TOUCHHEADERS := ${MYCODEDIR}/*.h
23
24 # C preprocessor (C, C++, FORTRAN)
This page took 0.054463 seconds and 4 git commands to generate.