From patchwork Sat Mar 11 16:43:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6690 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PYpdw4Gnwz3wkG for ; Sat, 11 Mar 2023 16:43:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PYpds494Gzvy; Sat, 11 Mar 2023 16:43:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PYpds3Cmpz2yhQ; Sat, 11 Mar 2023 16:43:45 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PYpdr0ZL2z2xbf for ; Sat, 11 Mar 2023 16:43:44 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PYpdq2xJYzXR; Sat, 11 Mar 2023 16:43:43 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1678553023; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ku4Xf9mTk4QMHBPdN4uiB1Lhp2Y2ODmeMlqnw1sDSU0=; b=Uju3SxOev1GkX0Ea1WKJg43exrVfHfCHHTCi/8nu3lpBy9XAYoaspEfUh5WYKwlnlrdHkm 0nURtIFx5r+6EFBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1678553023; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ku4Xf9mTk4QMHBPdN4uiB1Lhp2Y2ODmeMlqnw1sDSU0=; b=JU0Kzkq+2y+ioRThnPlcv1N3tCqWPZo9kdxzRlmII04dGUzhfKdg/Wp7hdMHXQ0Her3ruD aWaJ3k1YqnCZI/rSr/2Bf+xB3Wwmej2j1fI6uOpJrJ7khuBA4hQO7KBQwDr73FcDTgUBpL /piitYt1DTtXz0NDZbDoU6zmrdrcYl9yvhxrOXUIxqjyjekvG2NibhDgoe2E/K7+V6NO7z s0Od61mDghvvJ4BYnZi1cRUSbwZQYfQwxALll5IevOUFoUsV5W50cKVVSH+HcvnsPgG/Nz Ty4goM7VB9CUWYEb3rCEPcES27mHa9OM4XE/EHrkWo4/mQpIR0Ex6ZIMA4y4Iw== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] openjade: Use our LDFLAGS when linking the libraries Date: Sat, 11 Mar 2023 17:43:37 +0100 Message-Id: <20230311164337.470876-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- openjade/openjade.nm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openjade/openjade.nm b/openjade/openjade.nm index 717e4dd06..7437215ec 100644 --- a/openjade/openjade.nm +++ b/openjade/openjade.nm @@ -5,7 +5,7 @@ name = openjade version = 1.3.2 -release = 6 +release = 7 groups = Application/Text url = https://openjade.sourceforge.net/ @@ -39,6 +39,11 @@ build %{MACRO_FIX_AUTOTOOLS} end + configure_cmds + # Ensure to use our LDFLAGS when linking the libraries. + sed -i 's/LINKFLAGS =/LINKFLAGS = %{LDFLAGS}/g' Makefile.lib + end + install_cmds # Create symlink for jade ln -s openjade %{BUILDROOT}/usr/bin/jade