refresh all package patches in the buildroot using quilt
[openwrt/staging/florian.git] / package / isakmpd / patches / 050-ar_cross.patch
1 Index: isakmpd-20041012.orig/sysdep/common/libsysdep/GNUmakefile
2 ===================================================================
3 --- isakmpd-20041012.orig.orig/sysdep/common/libsysdep/GNUmakefile 2007-06-04 13:22:40.000774240 +0200
4 +++ isakmpd-20041012.orig/sysdep/common/libsysdep/GNUmakefile 2007-06-04 13:22:40.431708728 +0200
5 @@ -44,7 +44,7 @@
6 endif
7
8 lib${LIB}.a: ${SRCS:%.c=%.o}
9 - ar cq $@ ${SRCS:%.c=%.o}
10 + $(AR) cq $@ ${SRCS:%.c=%.o}
11
12 clean:
13 rm -f lib${LIB}.a ${SRCS:%.c=%.o}