From patchwork Fri Nov 22 15:15:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vicente Olivert Riera X-Patchwork-Id: 293492 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 491802C00A8 for ; Sat, 23 Nov 2013 02:15:41 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 61EFA8C356; Fri, 22 Nov 2013 15:15:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K95qHnXmINxK; Fri, 22 Nov 2013 15:15:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 6F64D8C27B; Fri, 22 Nov 2013 15:15:36 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 692001BFA54 for ; Fri, 22 Nov 2013 15:15:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6820C81723 for ; Fri, 22 Nov 2013 15:15:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PhsJu94geaEu for ; Fri, 22 Nov 2013 15:15:30 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from multi.imgtec.com (multi.imgtec.com [194.200.65.239]) by whitealder.osuosl.org (Postfix) with ESMTPS id AF4098C22D for ; Fri, 22 Nov 2013 15:15:27 +0000 (UTC) From: Vicente Olivert Riera To: Date: Fri, 22 Nov 2013 15:15:13 +0000 Message-ID: <1385133313-27399-2-git-send-email-Vincent.Riera@imgtec.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1385133313-27399-1-git-send-email-Vincent.Riera@imgtec.com> References: <1385133313-27399-1-git-send-email-Vincent.Riera@imgtec.com> MIME-Version: 1.0 X-Originating-IP: [192.168.154.104] X-SEF-Processed: 7_3_0_01192__2013_11_22_15_15_26 Subject: [Buildroot] [PATCH 2/2] beecrypt: append -lgomp to LIBADD X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Fixes: http://autobuild.buildroot.net/results/bcf/bcff4b81bfbb1191f97317b0945c74d948c9774b/ Signed-off-by: Vicente Olivert Riera --- .../beecrypt-0003-append-lgomp-to-LIBADD.patch | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 package/beecrypt/beecrypt-0003-append-lgomp-to-LIBADD.patch diff --git a/package/beecrypt/beecrypt-0003-append-lgomp-to-LIBADD.patch b/package/beecrypt/beecrypt-0003-append-lgomp-to-LIBADD.patch new file mode 100644 index 0000000..9925c48 --- /dev/null +++ b/package/beecrypt/beecrypt-0003-append-lgomp-to-LIBADD.patch @@ -0,0 +1,11 @@ +--- beecrypt-4.2.1/Makefile.am.orig 2013-11-22 12:19:30.071409075 +0000 ++++ beecrypt-4.2.1/Makefile.am 2013-11-22 12:20:14.358103445 +0000 +@@ -64,7 +64,7 @@ lib_LTLIBRARIES = libbeecrypt.la + + libbeecrypt_la_SOURCES = aes.c base64.c beecrypt.c blockmode.c blockpad.c blowfish.c dhies.c dldp.c dlkp.c dlpk.c dlsvdp-dh.c dsa.c elgamal.c endianness.c entropy.c fips186.c hmac.c hmacmd5.c hmacsha1.c hmacsha224.c hmacsha256.c md4.c md5.c hmacsha384.c hmacsha512.c memchunk.c mp.c mpbarrett.c mpnumber.c mpprime.c mtprng.c pkcs1.c pkcs12.c ripemd128.c ripemd160.c ripemd256.c ripemd320.c rsa.c rsakp.c rsapk.c sha1.c sha224.c sha256.c sha384.c sha512.c sha2k32.c sha2k64.c timestamp.c cppglue.cxx + libbeecrypt_la_DEPENDENCIES = $(BEECRYPT_OBJECTS) +-libbeecrypt_la_LIBADD = blowfishopt.lo mpopt.lo sha1opt.lo $(OPENMP_LIBS) ++libbeecrypt_la_LIBADD = blowfishopt.lo mpopt.lo sha1opt.lo -lgomp + libbeecrypt_la_LDFLAGS = -no-undefined -version-info $(LIBBEECRYPT_LT_CURRENT):$(LIBBEECRYPT_LT_REVISION):$(LIBBEECRYPT_LT_AGE) + + EXTRA_DIST = BENCHMARKS BUGS CONTRIBUTORS README.WIN32 autogen.sh