wok-current rev 25600
Use gcc49 to build openldap
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Sep 01 09:57:42 2023 +0000 (14 months ago) |
parents | 30983e9dcd6d |
children | 7a7fc8511582 |
files | openldap/receipt |
line diff
1.1 --- a/openldap/receipt Fri Sep 01 07:52:07 2023 +0000 1.2 +++ b/openldap/receipt Fri Sep 01 09:57:42 2023 +0000 1.3 @@ -14,7 +14,7 @@ 1.4 DATABASE_FILES="/var/openldap-*" 1.5 1.6 DEPENDS="libdb openssl libcomerr3 util-linux-uuid libldap" 1.7 -BUILD_DEPENDS="db-dev libdb util-linux-uuid-dev openssl-dev util-linux-uuid" 1.8 +BUILD_DEPENDS="gcc49 db-dev libdb util-linux-uuid-dev openssl-dev util-linux-uuid" 1.9 1.10 # What is the latest version available today? 1.11 current_version() 1.12 @@ -31,6 +31,8 @@ 1.13 #--with-tls openssl|gnutls|moznss 1.14 #--enable-spasswd to use Cyrus SASL password 1.15 ./configure \ 1.16 + CC=gcc-49 \ 1.17 + CXX=g++-49 \ 1.18 --prefix=/usr \ 1.19 --sysconfdir=/etc \ 1.20 --libexecdir=/usr/lib/$PACKAGE \