public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-plugins/nspluginwrapper/files: nspluginwrapper-1.4.4-compile-on-hardened.patch
@ 2011-07-04 15:29 Patrick McLean (chutzpah)
  0 siblings, 0 replies; only message in thread
From: Patrick McLean (chutzpah) @ 2011-07-04 15:29 UTC (permalink / raw
  To: gentoo-commits

chutzpah    11/07/04 15:29:08

  Added:                nspluginwrapper-1.4.4-compile-on-hardened.patch
  Log:
  Version bump, includes fix for bug #373971. Also add patch to compile on hardened (Bug #368777). Clean out some older versions.
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  www-plugins/nspluginwrapper/files/nspluginwrapper-1.4.4-compile-on-hardened.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/nspluginwrapper/files/nspluginwrapper-1.4.4-compile-on-hardened.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/nspluginwrapper/files/nspluginwrapper-1.4.4-compile-on-hardened.patch?rev=1.1&content-type=text/plain

Index: nspluginwrapper-1.4.4-compile-on-hardened.patch
===================================================================
--- b/Makefile	2011-06-29 02:10:27.000000000 +0200
+++ a/Makefile	2011-06-29 02:09:06.000000000 +0200
@@ -333,7 +333,7 @@
 	@[ -d $(LSB_OBJ_DIR) ] || mkdir $(LSB_OBJ_DIR) > /dev/null 2>&1
 
 $(LSB_OBJ_DIR)/%.o: $(LSB_SRC_DIR)/%.c
-	$(CC) $(CFLAGS_32) -nostdinc -fno-builtin -I. -I$(LSB_INC_DIR) -c $< -o $@
+	$(CC) $(CFLAGS_32) -nostdinc -fno-builtin -I. -I$(LSB_INC_DIR) -c -fno-stack-protector $< -o $@
 
 $(LSB_OBJ_DIR)/%.a: $(LSB_OBJ_DIR)/%.o
 	$(AR) rc $@ $<






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-04 15:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-04 15:29 [gentoo-commits] gentoo-x86 commit in www-plugins/nspluginwrapper/files: nspluginwrapper-1.4.4-compile-on-hardened.patch Patrick McLean (chutzpah)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox