blob: e2ab28b4295d2f8e66779f8e311d1ae61756f4fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#
--- unionfs-1.0.13/Makefile~make
+++ unionfs-1.0.13/Makefile
@@ -59,7 +59,7 @@
unionfs2.4: ${obj-m}
${obj-m}: ${unionfs-objs}
- ld -o ${obj-m} -r ${unionfs-objs}
+ ${CC} -o ${obj-m} -r ${unionfs-objs}
unionctl: unionctl.c usercommon.c
${CC} -o $@ $^ ${UCFLAGS}
|