Revision: 7418
http://sourceforge.net/p/astlinux/code/7418
Author: abelbeck
Date: 2015-12-20 17:39:48 +0000 (Sun, 20 Dec 2015)
Log Message:
-----------
dmidecode, version bump to 3.0, not part of the standard builds
Modified Paths:
--------------
branches/1.0/package/dmidecode/dmidecode-build-system-fixes.patch
branches/1.0/package/dmidecode/dmidecode.mk
Modified: branches/1.0/package/dmidecode/dmidecode-build-system-fixes.patch
===================================================================
--- branches/1.0/package/dmidecode/dmidecode-build-system-fixes.patch 2015-12-20 17:12:48 UTC (rev 7417)
+++ branches/1.0/package/dmidecode/dmidecode-build-system-fixes.patch 2015-12-20 17:39:48 UTC (rev 7418)
@@ -1,30 +1,18 @@
-Minor build system fixes
-
-Usual build system fixes to allow CC/CFLAGS/LDFLAGS to be overriden
-from the command line, and completed by additional flags from the
-Makefile.
-
-Signed-off-by: Thomas Petazzoni <tho...@fr...>
-
-Index: b/Makefile
-===================================================================
---- a/Makefile
-+++ b/Makefile
-@@ -12,9 +12,10 @@
+--- dmidecode-3.0/Makefile.orig 2015-12-20 11:19:42.000000000 -0600
++++ dmidecode-3.0/Makefile 2015-12-20 11:23:29.000000000 -0600
+@@ -12,8 +12,9 @@
# (at your option) any later version.
#
-CC = gcc
-CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
-- -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef
+CC ?= gcc
+override CFLAGS += \
-+ -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
-+ -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef
- #CFLAGS += -DBIGENDIAN
- #CFLAGS += -DALIGNMENT_WORKAROUND
++ -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
+ -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef
-@@ -23,7 +24,7 @@
+ # Let lseek and mmap support 64-bit wide offsets
+@@ -27,7 +28,7 @@
#CFLAGS += -g
# Pass linker flags here
Modified: branches/1.0/package/dmidecode/dmidecode.mk
===================================================================
--- branches/1.0/package/dmidecode/dmidecode.mk 2015-12-20 17:12:48 UTC (rev 7417)
+++ branches/1.0/package/dmidecode/dmidecode.mk 2015-12-20 17:39:48 UTC (rev 7418)
@@ -4,7 +4,7 @@
#
#############################################################
-DMIDECODE_VERSION = 2.12
+DMIDECODE_VERSION = 3.0
DMIDECODE_SITE = http://download.savannah.gnu.org/releases/dmidecode
define DMIDECODE_BUILD_CMDS
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|