Hide Forgot
During the armv7hl bootstrap it was discovered that kdnssd-avahi uses include headers from an earlier version of itself instead of the new headers provided in the package. The fix applied in arm is as follows: diff -U 1 -r ORIG/kdnssd-avahi.spec NEW/kdnssd-avahi.spec --- ORIG/kdnssd-avahi.spec 2011-10-04 13:56:33.000000000 -0500 +++ NEW/kdnssd-avahi.spec 2011-10-04 13:56:33.000000000 -0500 @@ -6,3 +6,3 @@ Version: 0.1.3 -Release: 0.11.%{beta}%{?dist} +Release: 0.11.%{beta}%{?dist}.0.arm1 @@ -49,2 +49,4 @@ +# hack/fix for self dependency on having headers already in /usr/include/dnssd/ +ln -s . kdnssd-avahi/dnssd
Thanks! (heh, haven't had to bootstrap kde3 in a *long* time). fix included in rawhide. If you need the fix included in other branches, let me know.
I need the fix in F15.
OK, kdnssd-avahi-0.1.3-0.12.20080116svn.fc15
thanks!