From 6fec3f0d5ce1ca33f8536c95369c46c7d445f248 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 28 Mar 2012 11:32:08 +0200 Subject: add -lssp in case of stack protection --- package/dmidecode/patches/patch-Makefile | 10 +++++++--- package/dmidecode/patches/patch-Makefile.orig | 8 +++++--- 2 files changed, 12 insertions(+), 6 deletions(-) (limited to 'package/dmidecode/patches') diff --git a/package/dmidecode/patches/patch-Makefile b/package/dmidecode/patches/patch-Makefile index cf37262cb..7ce93b990 100644 --- a/package/dmidecode/patches/patch-Makefile +++ b/package/dmidecode/patches/patch-Makefile @@ -1,5 +1,5 @@ --- dmidecode-2.11.orig/Makefile 2010-10-11 16:08:16.000000000 +0200 -+++ dmidecode-2.11/Makefile 2011-10-17 19:22:27.000000000 +0200 ++++ dmidecode-2.11/Makefile 2012-03-28 11:31:33.000000000 +0200 @@ -12,8 +12,8 @@ # (at your option) any later version. # @@ -11,8 +11,12 @@ -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef #CFLAGS += -DBIGENDIAN #CFLAGS += -DALIGNMENT_WORKAROUND -@@ -26,7 +26,7 @@ CFLAGS += -O2 - LDFLAGS = +@@ -23,10 +23,10 @@ CFLAGS += -O2 + #CFLAGS += -g + + # Pass linker flags here +-LDFLAGS = ++LDFLAGS ?= DESTDIR = -prefix = /usr/local diff --git a/package/dmidecode/patches/patch-Makefile.orig b/package/dmidecode/patches/patch-Makefile.orig index fcd3c6dd7..cf37262cb 100644 --- a/package/dmidecode/patches/patch-Makefile.orig +++ b/package/dmidecode/patches/patch-Makefile.orig @@ -1,14 +1,16 @@ --- dmidecode-2.11.orig/Makefile 2010-10-11 16:08:16.000000000 +0200 -+++ dmidecode-2.11/Makefile 2011-10-17 19:21:58.000000000 +0200 -@@ -12,7 +12,7 @@ ++++ dmidecode-2.11/Makefile 2011-10-17 19:22:27.000000000 +0200 +@@ -12,8 +12,8 @@ # (at your option) any later version. # -CC = gcc +-CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ +CC ?= gcc - CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ ++CFLAGS ?= -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef #CFLAGS += -DBIGENDIAN + #CFLAGS += -DALIGNMENT_WORKAROUND @@ -26,7 +26,7 @@ CFLAGS += -O2 LDFLAGS = -- cgit v1.2.3