]> git.pld-linux.org Git - packages/devfsd.git/commitdiff
- force rpm %%optflags,
authordjrzulf <djrzulf@pld-linux.org>
Mon, 26 May 2003 21:23:02 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devfsd-optflags.patch -> 1.1

devfsd-optflags.patch [new file with mode: 0644]

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.038892 seconds and 4 git commands to generate.