]> git.pld-linux.org Git - packages/shfs.git/blob - shfs-opt.patch
- kill depreciated functions
[packages/shfs.git] / shfs-opt.patch
1 --- shfs-0.33/shfsmount/Makefile.orig   2004-03-22 16:00:03.000000000 +0100
2 +++ shfs-0.33/shfsmount/Makefile        2004-04-06 13:23:55.920316504 +0200
3 @@ -9,7 +9,7 @@
4  SEARCHDIRS := -I- -I. -I../shfs/Linux-2.4/
5  
6  CC     := gcc
7 -CFLAGS  = -g -Wall ${SEARCHDIRS} -DSHFS_VERSION=\"${SHFS_VERSION}\"
8 +CFLAGS  = $(OPT) -Wall ${SEARCHDIRS} -DSHFS_VERSION=\"${SHFS_VERSION}\"
9  
10  LINKER    := gcc
11  LDFLAGS    = 
This page took 0.039572 seconds and 3 git commands to generate.