1 Index: strongswan-2.8.2/lib/libcrypto/libaes/Makefile
2 ===================================================================
3 --- strongswan-2.8.2.orig/lib/libcrypto/libaes/Makefile 2007-06-04 13:23:04.777007680 +0200
4 +++ strongswan-2.8.2/lib/libcrypto/libaes/Makefile 2007-06-04 13:23:04.873992936 +0200
9 - ar cr $(BLIB) $(LIBOBJ)
10 - -if test -s /bin/ranlib; then /bin/ranlib $(BLIB); \
11 - else if test -s /usr/bin/ranlib; then /usr/bin/ranlib $(BLIB); \
13 + $(AR) cr $(BLIB) $(LIBOBJ)
16 testx: test_main_mac.o $(BLIB)
18 Index: strongswan-2.8.2/lib/libcrypto/libblowfish/Makefile
19 ===================================================================
20 --- strongswan-2.8.2.orig/lib/libcrypto/libblowfish/Makefile 2007-06-04 13:23:04.783006768 +0200
21 +++ strongswan-2.8.2/lib/libcrypto/libblowfish/Makefile 2007-06-04 13:23:04.873992936 +0200
26 - $(AR) $(LIB) $(LIBOBJ)
27 + $(AR) -r $(LIB) $(LIBOBJ)
31 Index: strongswan-2.8.2/lib/libcrypto/libserpent/Makefile
32 ===================================================================
33 --- strongswan-2.8.2.orig/lib/libcrypto/libserpent/Makefile 2007-06-04 13:23:04.790005704 +0200
34 +++ strongswan-2.8.2/lib/libcrypto/libserpent/Makefile 2007-06-04 13:23:04.873992936 +0200
39 - ar cr $(BLIB) $(LIBOBJ)
40 - -if test -s /bin/ranlib; then /bin/ranlib $(BLIB); \
41 - else if test -s /usr/bin/ranlib; then /usr/bin/ranlib $(BLIB); \
43 + $(AR) cr $(BLIB) $(LIBOBJ)
46 test: test_main.o $(BLIB)
48 Index: strongswan-2.8.2/lib/libcrypto/libsha2/Makefile
49 ===================================================================
50 --- strongswan-2.8.2.orig/lib/libcrypto/libsha2/Makefile 2007-06-04 13:23:04.796004792 +0200
51 +++ strongswan-2.8.2/lib/libcrypto/libsha2/Makefile 2007-06-04 13:23:04.874992784 +0200
56 - ar cr $(BLIB) $(LIBOBJ)
57 - -if test -s /bin/ranlib; then /bin/ranlib $(BLIB); \
58 - else if test -s /usr/bin/ranlib; then /usr/bin/ranlib $(BLIB); \
60 + $(AR) cr $(BLIB) $(LIBOBJ)
63 test: test_main.o $(BLIB)
65 Index: strongswan-2.8.2/lib/libcrypto/libtwofish/Makefile
66 ===================================================================
67 --- strongswan-2.8.2.orig/lib/libcrypto/libtwofish/Makefile 2007-06-04 13:23:04.804003576 +0200
68 +++ strongswan-2.8.2/lib/libcrypto/libtwofish/Makefile 2007-06-04 13:23:04.874992784 +0200
73 - ar cr $(BLIB) $(LIBOBJ)
74 - -if test -s /bin/ranlib; then /bin/ranlib $(BLIB); \
75 - else if test -s /usr/bin/ranlib; then /usr/bin/ranlib $(BLIB); \
77 + $(AR) cr $(BLIB) $(LIBOBJ)
80 test: test_main.o $(BLIB)