[Slackbuilds-users] osmo optional dependencies problem

Pablo Santamaria pablosantamaria at gmail.com
Fri Jan 8 18:28:29 UTC 2010


Hi!

The libsyncml optional dependency in osmo.SlackBuild is not recognized
unless you use the option --with-libsyncml in the configure line. A
possible fix is to modify the script as follows and then run

# SYNCML=yes ./osmo.SlackBuild

-------
SYNCML=${SYNCML:-no}

if [ "$SYNCML" = "no" ]; then
    do_syncml="without"
else
    do_syncml="with"
fi

....

CFLAGS="$SLKCFLAGS" \
./configure \
  --prefix=/usr \
  --libdir=/usr/lib${LIBDIRSUFFIX} \
  --sysconfdir=/etc \
  --localstatedir=/var \
  --mandir=/usr/man \
  --$do_syncml-libsyncml \
  --build=$ARCH-slackware-linux

-------------------

Also in the osmo.info and slack-desc the homepage is wrong.
The new website is http://clayo.org/osmo/.

-------
Pablo Santamaria
(pablosantamaria at gmail.com)


More information about the SlackBuilds-users mailing list