diff options
author | jbj <devnull@localhost> | 2000-12-30 19:01:23 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-12-30 19:01:23 +0000 |
commit | e5899585adb06bc6d934b6a571c6778710a334a6 (patch) | |
tree | bd079fb121979a0128b2ab85d0b280a7de108ba0 /autogen.sh | |
parent | 23f9e46a3394fbe6687a1c0446c9a2ae393cc515 (diff) | |
download | librpm-tizen-e5899585adb06bc6d934b6a571c6778710a334a6.tar.gz librpm-tizen-e5899585adb06bc6d934b6a571c6778710a334a6.tar.bz2 librpm-tizen-e5899585adb06bc6d934b6a571c6778710a334a6.zip |
- (non-linux): move stubs.c to rpmio (#21132).
- (python): bind initdb (#20988).
CVS patchset: 4389
CVS date: 2000/12/30 19:01:23
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 853cc9619..67ddf8988 100755 --- a/autogen.sh +++ b/autogen.sh @@ -36,7 +36,7 @@ if [ X"$@" = X -a "X`uname -s`" = "XLinux" ]; then mandir=/usr/man infodir=/usr/info fi - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=${infodir} --mandir=${mandir} "$@" + CFLAGS="-O2 -pg" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=${infodir} --mandir=${mandir} "$@" else ./configure "$@" fi |