http://bugzilla.moblin.org/show_bug.cgi?id=5061
--- Comment #3 from mcepl <mcepl(a)redhat.com> 2009-08-05 08:13:44 ---
Aside from your bug we had to rebuild libtool to make it working on x86_64
Fedora and make some changes to make it work with these versions of tools:
libtool-2.2.6-11.fc11.1.x86_64
automake-1.11-2.fc11.noarch
autoconf-2.63-2.fc11.noarch
so the resulting %build part of syncevolution.spec for Fedora/Rawhide (build
http://koji.fedoraproject.org/koji/buildinfo?buildID=125836) looks like this:
%patch0 -p1 -b .Fedora-build
# use the ac macros in Makefile.am
sed -i '/^ACLOCAL_AMFLAGS/{ /m4-repo/!s/$/ -I m4-repo/ }' Makefile*.am
touch -r Makefile-gen.am Makefile.am
intltoolize --automake --copy --force
autoreconf -fiv
(cd src/synthesis && mkdir m4 && autoreconf -fi)
%configure --enable-unit-tests --enable-libsoup \
--enable-dbus-service --enable-shared --with-expat=system \
--disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g
s|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
find . -type d -perm 02755 -exec chmod 0755 '{}' \;
With these, I have the last syncevolution (without GUI part so far) in
Fedora/Rawhide.
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.