]> git.pld-linux.org Git - packages/devfsd.git/blame - devfsd-optflags.patch
- LOOKUP /dev/ppp EXECUTE /bin/mknod /dev/ppp c 108 *
[packages/devfsd.git] / devfsd-optflags.patch
CommitLineData
632cc9b2 1--- devfsd/GNUmakefile.orig Mon May 26 21:18:17 2003
2+++ devfsd/GNUmakefile Mon May 26 21:18:37 2003
3@@ -20,10 +20,10 @@
4
5 OBJECTS = devfsd.o expression.o compat_name.o
6
7-CFLAGS = -O2 -I. -I$(KERNEL_DIR)/include -Wall $(CEXTRAS) $(DEFINES)
8+CFLAGS = -I. -I$(KERNEL_DIR)/include -Wall $(CEXTRAS) $(DEFINES)
9
10 devfsd: $(OBJECTS)
11- $(CC) -O2 -o devfsd $(OBJECTS) $(LDFLAGS) -export-dynamic -ldl
12+ $(CC) -o devfsd $(OBJECTS) $(LDFLAGS) -export-dynamic -ldl
13
14 install: devfsd
15 @if fgrep -q "Generic section: do not change" /etc/modules.conf ; then\
This page took 0.095633 seconds and 4 git commands to generate.