]> git.pld-linux.org Git - packages/devfsd.git/blobdiff - devfsd-optflags.patch
- force rpm %%optflags,
[packages/devfsd.git] / devfsd-optflags.patch
diff --git a/devfsd-optflags.patch b/devfsd-optflags.patch
new file mode 100644 (file)
index 0000000..bcb2880
--- /dev/null
@@ -0,0 +1,15 @@
+--- devfsd/GNUmakefile.orig    Mon May 26 21:18:17 2003
++++ devfsd/GNUmakefile Mon May 26 21:18:37 2003
+@@ -20,10 +20,10 @@
+ OBJECTS = devfsd.o expression.o compat_name.o
+-CFLAGS = -O2 -I. -I$(KERNEL_DIR)/include -Wall $(CEXTRAS) $(DEFINES)
++CFLAGS = -I. -I$(KERNEL_DIR)/include -Wall $(CEXTRAS) $(DEFINES)
+ devfsd:       $(OBJECTS)
+-      $(CC) -O2 -o devfsd $(OBJECTS) $(LDFLAGS) -export-dynamic -ldl
++      $(CC) -o devfsd $(OBJECTS) $(LDFLAGS) -export-dynamic -ldl
+ install: devfsd
+       @if fgrep -q "Generic section: do not change" /etc/modules.conf ; then\
This page took 0.069637 seconds and 4 git commands to generate.