Please consider the following trivial change to the libdv spec that allows ppc64le to configure and build properly: [baude@ppc64le libdv]$ git diff diff --git a/libdv.spec b/libdv.spec index efd5022..ee1443f 100644 --- a/libdv.spec +++ b/libdv.spec @@ -56,7 +56,7 @@ This package contains development files for libdv. # Required for libtool 2.2 libtoolize # Required for the gtk2 patch -autoreconf +autoreconf -fi %build %configure --with-pic
Fixed. Closing.