Disko Forum logo Login  |  Register  |  Lost Password
Re:how can I disable mmscrypt with scons

Ryanyee
Posts: 13
graphgraph

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

René
Admin
Posts: 11
graphgraph

Re:how can I disable mmscrypt with scons 6 Years, 4 Months ago  
Dear Ryanyee,

I added a new option to our SConstruct file.
Now you can disable mmscrypt support with
Code:

scons enable_crypt=no

Regards,
René
 
  The administrator has disabled public write access.
Re:how can I disable mmscrypt with scons

René
Admin
Posts: 11
graphgraph

Re:how can I disable mmscrypt with scons 6 Years, 4 Months ago  
Dear Ryanyee,

please update disko with
Code:

git pull
to use the new scons option. By the way, disko does not depend on mmscrypt.

Regards,
René
 
  The administrator has disabled public write access.
Re:how can I disable mmscrypt with scons

Ryanyee
Admin
Posts: 13
graphgraph

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)
 
  The administrator has disabled public write access.
Re:how can I disable mmscrypt with scons

René
Admin
Posts: 11
graphgraph

Re:how can I disable mmscrypt with scons 6 Years, 4 Months ago  
Dear Ryanyee,

I'm so sorry, I didn't push my changes to our repository yesterday. So please try again.

Code:

git pull
and
Code:

scons enable_crypt=no


Best regards,
René
 
  The administrator has disabled public write access.
Re:how can I disable mmscrypt with scons

Ryanyee
Admin
Posts: 13
graphgraph

Re:how can I disable mmscrypt with scons 6 Years, 4 Months ago  
git pull ok this time,thanks
 
  The administrator has disabled public write access.
Powered by FireBoard
get the latest posts directly to your desktop