summaryrefslogtreecommitdiff
path: root/package/netkit-bootparamd/patches/patch-MRULES
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-20 10:14:41 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-20 10:15:31 -0500
commit8f585952d4e7655f21d83b73e02819d54afa7797 (patch)
tree462fcba6aa912eec47439d25c195b187b7cfe9c9 /package/netkit-bootparamd/patches/patch-MRULES
parentf8d903453747b1cbbc985498ebe11ea0d2f702b0 (diff)
add new package
Diffstat (limited to 'package/netkit-bootparamd/patches/patch-MRULES')
-rw-r--r--package/netkit-bootparamd/patches/patch-MRULES13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/netkit-bootparamd/patches/patch-MRULES b/package/netkit-bootparamd/patches/patch-MRULES
new file mode 100644
index 000000000..9a20c1f8f
--- /dev/null
+++ b/package/netkit-bootparamd/patches/patch-MRULES
@@ -0,0 +1,13 @@
+--- netkit-bootparamd-0.17.orig/MRULES 1997-03-08 10:15:54.000000000 -0600
++++ netkit-bootparamd-0.17/MRULES 2015-03-07 14:24:01.850444545 -0600
+@@ -1,8 +1,8 @@
+ # Standard compilation rules (don't use make builtins)
+
+ %.o: %.c
+- $(CC) $(CFLAGS) $< -c
++ $(CC) $(CPPFLAGS) $(CFLAGS) $< -c
+
+ %.o: %.cc
+- $(CC) $(CFLAGS) $< -c
++ $(CC) $(CPPFLAGS) $(CFLAGS) $< -c
+