|
|
@ -50,11 +50,13 @@ multisync_pm() { |
|
|
|
|
|
|
|
pkginstalled openldap && pkginstalled cyrus-sasl2 && \ |
|
|
|
build_multisync_plugin ldap_plugin \ |
|
|
|
CFLAGS="-I$root/$pkg_openldap_prefix/include" \ |
|
|
|
LDFLAGS="-L$root/$pkg_openldap_prefix/lib" |
|
|
|
|
|
|
|
# FIXME no openobex package yet in ROCK |
|
|
|
pkginstalled openobex && \ |
|
|
|
build_multisync_plugin irmc_sync |
|
|
|
# FIXME the configure scripts needs a fix to add |
|
|
|
# the -L.* for gnome24/glib-2.0 when trying to detect openobex |
|
|
|
# pkginstalled openobex && \ |
|
|
|
# build_multisync_plugin irmc_sync |
|
|
|
} |
|
|
|
|
|
|
|
hook_add postmake 3 multisync_pm |