how can I disable mmscrypt with scons 6 Years, 4 Months ago
I am not fimiler with scons,used autotools before.So I don't know how to disable mmscrypt with scons.Cause when check mmscrypt in scons,it found openssl in my host,not target ones.
pkg-config --libs openssl
-L/usr/kerberos/lib -lssl -lcrypto -ldl -lz
I had set PKG_CONFIG_PATH,so I have no ideal ,why pkg-config find it on my host system.
[root@www disko_git]# echo $PKG_CONFIG_PATH
/opt/gtk/lib/pkgconfig
So I must install openssl on target or disable it.Before I try install openssl ,anyone can tell me how to disable it,and does disko install depended on it?
The administrator has disabled public write access.
Re:how can I disable mmscrypt with scons
Ryanyee
Admin
Posts: 13
Re:how can I disable mmscrypt with scons 6 Years, 4 Months ago
sorry , I just git pull.but enable_crypt option not found.after scons -c I got these
[root@www disko-git]# scons
scons: Reading SConscript files ...
Checking for options...(cached) yes
Checking for pkg-config... (cached) yes
Checking for sigc++-2.0... (cached) yes
Checking for libxml-2.0 >= 2.6... (cached) yes
Checking for libpng >= 1.2... (cached) yes
Checking for libcurl... (cached) yes
Checking for freetype2... (cached) yes
Checking for C++ library libiconv... (cached) no
Checking for directfb... (cached) yes
Checking for sqlite3... (cached) yes
Checking for openssl... (cached) yes
[root@www disko-git]# scons -h | grep enable
enable_media: Build with mmsmedia support (yes|no)
enable_flash: Build with mmsflash support (yes|no)
enable_sip: Build with mmssip support (yes|no)
enable_mail: Build with email support (yes|no)
enable_tools: Build disko tools (yes|no)
enable_static: Create statically linked library (yes|no)