summaryrefslogtreecommitdiff
path: root/package/netkit-bootparamd/patches/patch-MRULES
blob: 9a20c1f8ffa0d8139e075b50c94d4b271508bb99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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