1 diff -ruN strongswan-2.8.1-orig/lib/libcrypto/libaes/Makefile strongswan-2.8.1/lib/libcrypto/libaes/Makefile
2 --- strongswan-2.8.1-orig/lib/libcrypto/libaes/Makefile 2004-03-22 16:53:16.000000000 -0500
3 +++ strongswan-2.8.1/lib/libcrypto/libaes/Makefile 2007-01-17 00:48:52.260789653 -0500
8 - ar cr $(BLIB) $(LIBOBJ)
9 - -if test -s /bin/ranlib; then /bin/ranlib $(BLIB); \
10 - else if test -s /usr/bin/ranlib; then /usr/bin/ranlib $(BLIB); \
12 + $(AR) cr $(BLIB) $(LIBOBJ)
15 testx: test_main_mac.o $(BLIB)
17 diff -ruN strongswan-2.8.1-orig/lib/libcrypto/libblowfish/Makefile strongswan-2.8.1/lib/libcrypto/libblowfish/Makefile
18 --- strongswan-2.8.1-orig/lib/libcrypto/libblowfish/Makefile 2004-03-22 16:53:16.000000000 -0500
19 +++ strongswan-2.8.1/lib/libcrypto/libblowfish/Makefile 2007-01-17 01:40:41.716879761 -0500
24 - $(AR) $(LIB) $(LIBOBJ)
25 + $(AR) -r $(LIB) $(LIBOBJ)
29 diff -ruN strongswan-2.8.1-orig/lib/libcrypto/libserpent/Makefile strongswan-2.8.1/lib/libcrypto/libserpent/Makefile
30 --- strongswan-2.8.1-orig/lib/libcrypto/libserpent/Makefile 2004-03-22 16:53:16.000000000 -0500
31 +++ strongswan-2.8.1/lib/libcrypto/libserpent/Makefile 2007-01-17 00:50:37.692571031 -0500
36 - ar cr $(BLIB) $(LIBOBJ)
37 - -if test -s /bin/ranlib; then /bin/ranlib $(BLIB); \
38 - else if test -s /usr/bin/ranlib; then /usr/bin/ranlib $(BLIB); \
40 + $(AR) cr $(BLIB) $(LIBOBJ)
43 test: test_main.o $(BLIB)
45 diff -ruN strongswan-2.8.1-orig/lib/libcrypto/libsha2/Makefile strongswan-2.8.1/lib/libcrypto/libsha2/Makefile
46 --- strongswan-2.8.1-orig/lib/libcrypto/libsha2/Makefile 2004-03-22 16:53:16.000000000 -0500
47 +++ strongswan-2.8.1/lib/libcrypto/libsha2/Makefile 2007-01-17 00:50:46.050791555 -0500
52 - ar cr $(BLIB) $(LIBOBJ)
53 - -if test -s /bin/ranlib; then /bin/ranlib $(BLIB); \
54 - else if test -s /usr/bin/ranlib; then /usr/bin/ranlib $(BLIB); \
56 + $(AR) cr $(BLIB) $(LIBOBJ)
59 test: test_main.o $(BLIB)
61 diff -ruN strongswan-2.8.1-orig/lib/libcrypto/libtwofish/Makefile strongswan-2.8.1/lib/libcrypto/libtwofish/Makefile
62 --- strongswan-2.8.1-orig/lib/libcrypto/libtwofish/Makefile 2004-03-22 16:53:17.000000000 -0500
63 +++ strongswan-2.8.1/lib/libcrypto/libtwofish/Makefile 2007-01-17 00:50:53.533988997 -0500
68 - ar cr $(BLIB) $(LIBOBJ)
69 - -if test -s /bin/ranlib; then /bin/ranlib $(BLIB); \
70 - else if test -s /usr/bin/ranlib; then /usr/bin/ranlib $(BLIB); \
72 + $(AR) cr $(BLIB) $(LIBOBJ)
75 test: test_main.o $(BLIB)