diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-23 18:54:05 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-23 18:54:05 +0100 |
commit | 47827480b2fe99417cd83cf4f3210f756fdccc2c (patch) | |
tree | 357362ac3ec88b70b82b7d9d7dff49407ada9fa2 /package/cpufrequtils/patches/patch-bench_Makefile | |
parent | d47fe14025c27b78e8819e8f0c409b9cce1483b3 (diff) |
update patch to the Makefile changes send to upstream
Diffstat (limited to 'package/cpufrequtils/patches/patch-bench_Makefile')
-rw-r--r-- | package/cpufrequtils/patches/patch-bench_Makefile | 8 |
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\" |