diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-12-10 11:18:29 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-12-10 11:18:29 +0000 |
commit | f9a4a0dd01f717c7fe20daf6c674978ea4cafd2d (patch) | |
tree | 7f1785a96e57996da34124144f56f0b5b73757ab | |
parent | 59f6997cf0181ede98f13240f82a4835b2029bc9 (diff) | |
download | weechat-f9a4a0dd01f717c7fe20daf6c674978ea4cafd2d.zip |
Added "--with-debug=0" option for ./configure
-rw-r--r-- | weechat.spec | 2 | ||||
-rw-r--r-- | weechat/weechat.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/weechat.spec b/weechat.spec index c2c5538e7..38d2a1160 100644 --- a/weechat.spec +++ b/weechat.spec @@ -44,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT %setup %build -./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-perl --enable-python +./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-perl --enable-python --with-debug=0 make %install diff --git a/weechat/weechat.spec b/weechat/weechat.spec index c2c5538e7..38d2a1160 100644 --- a/weechat/weechat.spec +++ b/weechat/weechat.spec @@ -44,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT %setup %build -./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-perl --enable-python +./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-perl --enable-python --with-debug=0 make %install |