dmidecode: add patch to make this build with newer gmake.

This commit is contained in:
Juan RP 2010-12-14 00:46:06 +01:00
parent dbbfd4b795
commit bb5dd2a7b0
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- Makefile.orig 2010-12-14 00:44:40.207776131 +0100
+++ Makefile 2010-12-14 00:44:44.599106588 +0100
@@ -39,7 +39,7 @@ PROGRAMS += $(shell test `uname -m 2>/de
# BSD make doesn't understand the $(shell) syntax above, it wants the !=
# syntax below. GNU make ignores the line below so in the end both BSD
# make and GNU make are happy.
-PROGRAMS != echo dmidecode ; test `uname -m 2>/dev/null` != ia64 && echo biosdecode ownership vpddecode
+#PROGRAMS != echo dmidecode ; test `uname -m 2>/dev/null` != ia64 && echo biosdecode ownership vpddecode
all : $(PROGRAMS)

View file

@ -19,4 +19,5 @@ long_desc="
slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of
I/O ports (e.g. serial, parallel, USB)."
disable_parallel_build=yes
Add_dependency full glibc