fixes compile for ldap module in php5
[packages.git] / net / asterisk / patches / 05-Makefile-stdtime.patch
1 diff -Nru asterisk-1.2.14.org/stdtime/Makefile asterisk-1.2.14/stdtime/Makefile
2 --- asterisk-1.2.14.org/stdtime/Makefile        2005-11-29 19:24:39.000000000 +0100
3 +++ asterisk-1.2.14/stdtime/Makefile    2006-12-27 08:56:14.000000000 +0100
4 @@ -3,8 +3,8 @@
5  all: libtime.a
6  
7  libtime.a: $(OBJS)
8 -       ar rv $@ $(OBJS)
9 -       ranlib $@
10 +       $(AR) rv $@ $(OBJS)
11 +       $(RANLIB) $@
12  
13  install:
14