Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (cf43f10ebb98b59d0ce08cc3647deb07db95fa51)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (cf43f10ebb98b59d0ce08cc3647deb07db95fa51)
  • Date: Tue, 6 Nov 2007 04:05:02 -0600

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

security-libs/otpw/HISTORY | 1 +
security-libs/otpw/PRE_BUILD | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit cf43f10ebb98b59d0ce08cc3647deb07db95fa51
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

otpw: remove stack-protector

diff --git a/security-libs/otpw/HISTORY b/security-libs/otpw/HISTORY
index 319c2c4..87396ad 100644
--- a/security-libs/otpw/HISTORY
+++ b/security-libs/otpw/HISTORY
@@ -1,3 +1,4 @@
2007-11-06 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* PREPARE, DETAILS, DEPENDS: created spell
* PRE_BUILD, BUILD, INSTALL, HISTORY: created spell
+ * PRE_BUILD: doesn't like stack-protector
diff --git a/security-libs/otpw/PRE_BUILD b/security-libs/otpw/PRE_BUILD
index f6a25b7..eda5dbb 100755
--- a/security-libs/otpw/PRE_BUILD
+++ b/security-libs/otpw/PRE_BUILD
@@ -1,3 +1,5 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+CFLAGS=${CFLAGS/-fstack-protector} &&
+CFLAGS=${CFLAGS/-fstack-protector-all} &&
sedit "s:CFLAGS=.*:CFLAGS=$CFLAGS:" Makefile



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (cf43f10ebb98b59d0ce08cc3647deb07db95fa51), Andraž Levstik, 11/06/2007

Archive powered by MHonArc 2.6.24.

Top of Page