- Timestamp:
- Jun 28, 2007, 5:23:07 PM (18 years ago)
- Children:
- 14005bc
- Parents:
- cf11c27
- Location:
- package/openssl
- Files:
-
- 4 edited
-
Makefile (modified) (3 diffs)
-
extra/BSDmakefile (modified) (1 diff)
-
extra/bsd/Makefile.inc (modified) (1 diff)
-
ipkg/libopenssl.control (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/openssl/Makefile
rcf11c27 rd35d965 9 9 PKG_NAME:= openssl 10 10 PKG_VERSION:= 0.9.8e 11 PKG_RELEASE:= 211 PKG_RELEASE:= 3 12 12 PKG_MD5SUM:= 3a7ff24f6ea5cd711984722ad654b927 13 13 … … 27 27 INSTALL_STYLE= bsd 28 28 MAKE_FILE= BSDmakefile 29 MAKE_FLAGS+= _LIBS_STATIC=no 29 30 30 31 ifeq ($(strip ${FWRT_PACKAGE_LIBOPENSSL_OMIT_EU_PATENTS}),y) … … 40 41 endif 41 42 43 post-build: 44 # some stupid idiots check for existence of the static libs 45 cd ${WRKBUILD}/bsd/libcrypto/obj && ln libcrypto_pic.a libcrypto.a 46 cd ${WRKBUILD}/bsd/libssl/obj && ln libssl_pic.a libssl.a 47 # just give them static PIC libs, this way build is faster 48 49 pre-install: 50 mkdir -p ${WRKINST}/usr/lib/pkgconfig 51 42 52 post-install: 43 53 cd ${WRKSRC}/tinclude && ${PCP} openssl ${WRKINST}/usr/include/ -
package/openssl/extra/BSDmakefile
rcf11c27 rd35d965 8 8 afterinstall: 9 9 ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \ 10 ${.CURDIR}/openssl.pc ${DESTDIR}/usr/ share/pkgconfig/10 ${.CURDIR}/openssl.pc ${DESTDIR}/usr/lib/pkgconfig/ 11 11 12 12 .include <bsd.subdir.mk> -
package/openssl/extra/bsd/Makefile.inc
rcf11c27 rd35d965 17 17 CPPFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H 18 18 .endif 19 CPPFLAGS+= -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_ASM -DOPENSSL_NO_KRB5 19 CPPFLAGS+= -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_ASM -DOPENSSL_NO_KRB5 \ 20 -DOPENSSL_SMALL_FOOTPRINT 20 21 21 22 .endif -
package/openssl/ipkg/libopenssl.control
rcf11c27 rd35d965 3 3 Section: libs 4 4 Description: OpenSSL (Secure Socket Layer) libraries 5 5 Depends: libz
Note:
See TracChangeset
for help on using the changeset viewer.
