]> git.pld-linux.org Git - packages/sysstat.git/blame - sysstat-opt.patch
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
[packages/sysstat.git] / sysstat-opt.patch
CommitLineData
5b064ab7
AM
1diff -urN sysstat-3.3.4.org/Makefile sysstat-3.3.4/Makefile
2--- sysstat-3.3.4.org/Makefile Sat Feb 3 10:00:00 2001
3+++ sysstat-3.3.4/Makefile Sat Feb 3 10:18:02 2001
4@@ -24,7 +24,7 @@
5 DESTDIR = $(RPM_BUILD_ROOT)
6 BIN_DIR = $(PREFIX)/bin
7 LIB_DIR = $(PREFIX)/lib
8-MAN_DIR = $(PREFIX)/man
9+MAN_DIR = $(PREFIX)/share/man
10 MAN1_DIR = $(MAN_DIR)/man1
11 MAN8_DIR = $(MAN_DIR)/man8
12 SA_DIR = /var/log/sa
13@@ -32,8 +32,8 @@
14 NLS_DIR = $(PREFIX)/share/locale
15
16 # Compiler flags
17-CFLAGS = -Wall -Wstrict-prototypes -pipe -O2 -fno-strength-reduce
18-LFLAGS = -L. -lsysstat -s
19+CFLAGS = -Wall -Wstrict-prototypes -pipe $(OPT_FLAGS) -fno-strength-reduce
20+LFLAGS = -L. -lsysstat
21 SAS_DFLAGS += -DSA_DIR=\"$(SA_DIR)\"
22
23 # NLS (National Language Support)
This page took 0.082206 seconds and 4 git commands to generate.