Changeset 3633
- Timestamp:
- 10/23/07 14:16:04 (1 year ago)
- Files:
-
- trunk/freewrt/package/openssl/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/openssl/Makefile
r3481 r3633 44 44 post-build: 45 45 # some stupid idiots check for existence of the static libs 46 cd ${WRKBUILD}/bsd/libcrypto/obj && ln libcrypto_pic.a libcrypto.a47 cd ${WRKBUILD}/bsd/libssl/obj && ln libssl_pic.a libssl.a46 cd ${WRKBUILD}/bsd/libcrypto/obj && ln -f libcrypto_pic.a libcrypto.a 47 cd ${WRKBUILD}/bsd/libssl/obj && ln -f libssl_pic.a libssl.a 48 48 # just give them static PIC libs, this way build is faster 49 49


