]> git.pld-linux.org Git - packages/shfs.git/blame - shfs-opt.patch
- drop userspace dep on kernel
[packages/shfs.git] / shfs-opt.patch
CommitLineData
564595b8
PS
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/
e8ed7390
JB
5
6 CC := gcc
564595b8
PS
7-CFLAGS = -g -Wall ${SEARCHDIRS} -DSHFS_VERSION=\"${SHFS_VERSION}\"
8+CFLAGS = $(OPT) -Wall ${SEARCHDIRS} -DSHFS_VERSION=\"${SHFS_VERSION}\"
e8ed7390
JB
9
10 LINKER := gcc
11 LDFLAGS =
This page took 0.063599 seconds and 4 git commands to generate.