Browse Source

Juergen Sawinski:


			
			
				rocklinux
			
			
		
Juergen "George" Sawinski 21 years ago
parent
commit
ecb47755d2
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      package/jsaw/multisync/multisync.conf

+ 5
- 3
package/jsaw/multisync/multisync.conf

@ -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

Loading…
Cancel
Save