public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. e22cda58e51721fd2d0248f05528d68734f1d6d1
Date: Thu, 09 Mar 2023 11:17:10 +0000	[thread overview]
Message-ID: <4PXRTy4zPCz2y7m@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1886 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  e22cda58e51721fd2d0248f05528d68734f1d6d1 (commit)
      from  6e8f918394bee991c7d388ca1c5fd2ce16f5743d (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 e22cda58e51721fd2d0248f05528d68734f1d6d1
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Thu Mar 9 11:15:15 2023 +0000

    luajit: Ensure this package is being built with SSP
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 luajit/luajit.nm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Difference in files:
diff --git a/luajit/luajit.nm b/luajit/luajit.nm
index ac94acd63..c963efe70 100644
--- a/luajit/luajit.nm
+++ b/luajit/luajit.nm
@@ -5,7 +5,7 @@
 
 name       = luajit
 version    = 2.1.0
-release    = 0.1-beta3-%{commit}
+release    = 0.2-beta3-%{commit}
 thisapp    = luajit-2.0-%{commit}
 
 # LuaJIT no longer tags releases:
@@ -27,8 +27,14 @@ source_dl  = https://repo.or.cz/luajit-2.0.git/snapshot/
 sources    = %{commit}.tar.gz
 
 build
+	prepare_cmds
+		# Do not disable stack protection
+		sed -e "s/-fno-stack-protector//" -i src/Makefile
+	end
+
 	build
-		make amalg PREFIX="%{prefix}" BUILDMODE=dynamic TARGET_STRIP=" @:"
+		make amalg PREFIX="%{prefix}" BUILDMODE=dynamic Q= TARGET_STRIP=" @:" \
+			CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}" %{PARALLELISMFLAGS}
 	end
 
 	install


hooks/post-receive
--
IPFire 3.x development tree

                 reply	other threads:[~2023-03-09 11:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4PXRTy4zPCz2y7m@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox