Project "Tuxbox-GIT: cdk": The branch, master has been updated via 28d7bd2d41fb8264fb2218bc6b839a30621fa838 (commit) from 038bf2347a8002bb80b7be4c5ffb54f40128fdc9 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 28d7bd2d41fb8264fb2218bc6b839a30621fa838 Author: GetAway <get-a...@t-online.de> Date: Mon Oct 27 20:49:42 2014 +0100 cdk: fix building libcrypto for linux-ppc Signed-off-by: GetAway <get-a...@t-online.de> Signed-off-by: Thilo Graf <d...@novatux.de> diff --git a/make/contrib-libs.mk b/make/contrib-libs.mk index a4fc7a3..685a535 100644 --- a/make/contrib-libs.mk +++ b/make/contrib-libs.mk @@ -52,7 +52,7 @@ $(DEPDIR)/libcrypto: bootstrap libz @DEPENDS_libcrypto@ shared no-ec no-err no-engine no-hw zlib-dynamic \ no-idea no-md2 no-mdc2 no-rc5 no-sha0 no-smime \ no-rmd160 no-aes192 no-ripemd no-camellia no-ans1 no-krb5 \ - tuxbox --prefix=/ --openssldir=/ && \ + linux-ppc --prefix=/ --openssldir=/ && \ $(MAKE) depend MAKEDEPPROG=$(target)-gcc ZLIB_INCLUDE="-I$(targetprefix)/include" && \ $(MAKE) -j1 all && \ @INSTALL_libcrypto@ @@ -60,6 +60,7 @@ $(DEPDIR)/libcrypto: bootstrap libz @DEPENDS_libcrypto@ sed -e "s,^prefix=,prefix=$(targetprefix)," < @DIR_libcrypto@/libcrypto.pc > $(targetprefix)/lib/pkgconfig/libcrypto.pc && \ sed -e "s,^prefix=,prefix=$(targetprefix)," < @DIR_libcrypto@/libssl.pc > $(targetprefix)/lib/pkgconfig/libssl.pc && \ @CLEANUP_libcrypto@ + chmod 0755 $(targetprefix)/lib/libcrypto.so.* $(targetprefix)/lib/libssl.so.* touch $@ if ENABLE_UCLIBC ----------------------------------------------------------------------- Summary of changes: make/contrib-libs.mk | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) -- Tuxbox-GIT: cdk ------------------------------------------------------------------------------ _______________________________________________ Tuxbox-cvs-commits mailing list Tuxbox-cvs-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tuxbox-cvs-commits