comparison src/openssl.mk @ 1037:5a68e969a9d2

converted sed hack to patch for package openssl
author Mark Brand <mabrand@mabrand.nl>
date Fri, 04 Jun 2010 21:35:18 +0200
parents dd28c487a6b1
children cc0115f755b8
comparison
equal deleted inserted replaced
1036:8f558ba9fb7b 1037:5a68e969a9d2
19 grep -v '^0\.9\.' | \ 19 grep -v '^0\.9\.' | \
20 head -1 20 head -1
21 endef 21 endef
22 22
23 define $(PKG)_BUILD 23 define $(PKG)_BUILD
24 # although ws3_32 is used, winsock 1 headers are still referenced
25 find '$(1)' -type f -exec \
26 $(SED) -i 's,winsock\.h,winsock2.h,g' {} \;
27
28 cd '$(1)' && CC='$(TARGET)-gcc' ./Configure \ 24 cd '$(1)' && CC='$(TARGET)-gcc' ./Configure \
29 mingw \ 25 mingw \
30 zlib \ 26 zlib \
31 no-shared \ 27 no-shared \
32 no-capieng \ 28 no-capieng \