<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">Hi guys,<br><br>Well I got it compiled, but no telling is it is right yet. That will take me a day or two.<br><br>I used the information you gave me and concocted a workaround which is shown below.<br><br>Thanks a lot for all your help. I will continue monitor this list in case you get it more streamlined and then I will report what I see.<br><br>Sincerely,<br><br>Karsten<br><br><br>%setup<br>libtoolize || exit 1<br>aclocal || exit 1<br>autoheader || exit 1<br>autoconf || exit 1<br>automake -a -c || exit 1<br><br><br>%build<br># ---- SPECIAL: Must build support application and store it for xcomp build<br>./configure<br>make<br>tar czf /tmp/libfprint-support-app.tar.gz ./libfprint/fprint-list-udev-rules ./libfprint/60-fprint-autosuspend.rules<br>make clean<br># ---- build section header (22)<br># ---- End of build section
 header<br># ---- Additional declares to circumvent pkgconfig calls ----<br>export LIBUSB_CFLAGS=" -I/usr/include/libusb-1.0"<br>export LIBUSB_LIBS=" -lusb-1.0"<br>export CRYPTO_CFLAGS=""<br>export CRYPTO_LIBS=" -lcrypto -ldl -lz"<br>export CRYPTO_LIBS=" -ldl -lz"<br>#export GLIB_CFLAGS=" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include"<br>#export GLIB_LIBS=" -lglib-2.0"<br>#export GLIB_LIBS="   "<br># ----<br>%configure --disable-static --with-drivers=aes2501 --enable-udev-rules=no<br># ---- SPECIAL: Retrieve the support application for host<br>tar xf /tmp/libfprint-support-app.tar.gz<br>make %{?_smp_mflags}<br>pushd doc<br>make docs<br>popd<br><br></div></body></html>