1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 00:42:02 +03:00

add a patch to use our target ar, not the host one (closes: #1164)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6026 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-01-08 02:35:38 +00:00
parent 4f53f8d738
commit 9cc77964cd

View File

@ -0,0 +1,12 @@
diff -ruN isakmpd-20041012.orig/sysdep/common/libsysdep/GNUmakefile isakmpd-20041012.new/sysdep/common/libsysdep/GNUmakefile
--- isakmpd-20041012.orig/sysdep/common/libsysdep/GNUmakefile 2007-01-08 03:16:16.000000000 +0100
+++ isakmpd-20041012.new/sysdep/common/libsysdep/GNUmakefile 2007-01-08 03:23:24.000000000 +0100
@@ -44,7 +44,7 @@
endif
lib${LIB}.a: ${SRCS:%.c=%.o}
- ar cq $@ ${SRCS:%.c=%.o}
+ $(AR) cq $@ ${SRCS:%.c=%.o}
clean:
rm -f lib${LIB}.a ${SRCS:%.c=%.o}