summaryrefslogtreecommitdiff
path: root/package/cpufrequtils/patches/patch-bench_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-01 19:45:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-01 19:45:20 +0100
commit269e98c93f1bff77dc33701f1e5e8615a031ec0b (patch)
treed6e35e6da4bc19f657ac07ff8447ec065d85a4aa /package/cpufrequtils/patches/patch-bench_Makefile
parentd1b6ea47f57cbcac8543a4dba976e13e3bc2e985 (diff)
parent2a8b0c42a074556bd489ef88a2b788f84ff6cf1e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/cpufrequtils/patches/patch-bench_Makefile')
-rw-r--r--package/cpufrequtils/patches/patch-bench_Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/cpufrequtils/patches/patch-bench_Makefile b/package/cpufrequtils/patches/patch-bench_Makefile
new file mode 100644
index 000000000..08b0049ca
--- /dev/null
+++ b/package/cpufrequtils/patches/patch-bench_Makefile
@@ -0,0 +1,8 @@
+--- cpufrequtils-007.orig/bench/Makefile 2010-01-16 14:47:44.000000000 +0100
++++ cpufrequtils-007/bench/Makefile 2010-01-23 18:51:28.329986048 +0100
+@@ -1,4 +1,4 @@
+-LIBS = -L../.libs/ -lm -lcpufreq
++LIBS = -L../ -lm -lcpufreq
+
+ OBJS = main.o parse.o system.o benchmark.o
+ CFLAGS += -D_GNU_SOURCE -I../lib -DDEFAULT_CONFIG_FILE=\"$(confdir)/cpufreq-bench.conf\"