blob: 861d13a93a6bba293a8345e73439bd9a648f2370 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
diff -ur likwid-3.0/config.mk likwid-3.0-nju/config.mk
--- likwid-3.0/config.mk 2012-11-29 18:16:13.000000000 +0100
+++ likwid-3.0-nju/config.mk 2013-01-29 17:29:20.296321722 +0100
@@ -10,7 +10,7 @@
# Path were to install likwid
PREFIX = /usr/local#NO SPACE
-MANPREFIX = $(PREFIX)/man#NO SPACE
+MANPREFIX = $(PREFIX)/share/man#NO SPACE
# For the daemon based secure msr/pci access configure
# the absolute path to the msr daemon executable.
@@ -31,7 +31,7 @@
ENABLE_SNB_UNCORE = false#NO SPACE
# Change to YES to a build shared library instead of a static one
-SHARED_LIBRARY = false#NO SPACE
+SHARED_LIBRARY = true#NO SPACE
# Instrument likwid-bench for use with likwid-perfctr
INSTRUMENT_BENCH = false#NO SPACE
|