Magellan Linux

Annotation of /trunk/libgphoto2/patches/libgphoto2-2.4.0-rpm.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 490 - (hide annotations) (download)
Fri Feb 15 11:42:11 2008 UTC (16 years, 4 months ago) by niro
File size: 452 byte(s)
-fixes for libgphoto-2.4.0

1 niro 490 --- configure.old 2007-09-24 22:21:16.000000000 +0200
2     +++ configure 2007-09-24 22:21:27.000000000 +0200
3     @@ -26609,7 +26609,7 @@
4     # whether libusb-devel is installed or not defines whether the RPM
5     # packages we're going to build will depend on libusb and libusb-devel
6     # RPM packages or not.
7     - if rpm -q libusb-devel > /dev/null 2>&1; then
8     + if false -q libusb-devel > /dev/null 2>&1; then
9     RPM_LIBUSB_DEVEL_TRUE=
10     RPM_LIBUSB_DEVEL_FALSE='#'
11     else