Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 249636 Details for
Bug 339612
sys-apps/hal-0.5.14-r3 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add dbus libs to more targets
hal-0.5.14-dbus-libs.patch (text/plain), 1.81 KB, created by
Daniel Gryniewicz (RETIRED)
on 2010-10-05 13:02:54 UTC
(
hide
)
Description:
Add dbus libs to more targets
Filename:
MIME Type:
Creator:
Daniel Gryniewicz (RETIRED)
Created:
2010-10-05 13:02:54 UTC
Size:
1.81 KB
patch
obsolete
>diff '--exclude-from=/home/dang/.scripts/diffrc' -up -ruN hal-0.5.14.orig/hald/linux/probing/Makefile.am hal-0.5.14/hald/linux/probing/Makefile.am >--- hal-0.5.14.orig/hald/linux/probing/Makefile.am 2009-11-09 10:33:53.000000000 -0500 >+++ hal-0.5.14/hald/linux/probing/Makefile.am 2010-10-05 09:00:19.684512976 -0400 >@@ -27,7 +27,7 @@ hald_probe_smbios_SOURCES = probe-smbios > hald_probe_smbios_LDADD = $(top_builddir)/libhal/libhal.la @DBUS_LIBS@ > > hald_probe_printer_SOURCES = probe-printer.c ../../logger.c >-hald_probe_printer_LDADD = $(top_builddir)/libhal/libhal.la @GLIB_LIBS@ >+hald_probe_printer_LDADD = $(top_builddir)/libhal/libhal.la @GLIB_LIBS@ @DBUS_LIBS@ > #TODO : get rid of glib in hald_probe_printer > > hald_probe_input_SOURCES = probe-input.c ../../logger.c >@@ -40,12 +40,12 @@ hald_probe_serial_SOURCES = probe-serial > hald_probe_serial_LDADD = $(top_builddir)/libhal/libhal.la > > hald_probe_storage_SOURCES = probe-storage.c linux_dvd_rw_utils.c linux_dvd_rw_utils.h ../../util_helper.c ../../logger.c >-hald_probe_storage_LDADD = @GLIB_LIBS@ @BLKID_LIBS@ $(top_builddir)/libhal/libhal.la $(top_builddir)/partutil/libpartutil.la >+hald_probe_storage_LDADD = @GLIB_LIBS@ @BLKID_LIBS@ @DBUS_LIBS@ $(top_builddir)/libhal/libhal.la $(top_builddir)/partutil/libpartutil.la > > hald_probe_pc_floppy_SOURCES = probe-pc-floppy.c ../../logger.c > > hald_probe_volume_SOURCES = probe-volume.c linux_dvd_rw_utils.c ../../logger.c >-hald_probe_volume_LDADD = $(top_builddir)/libhal/libhal.la $(top_builddir)/partutil/libpartutil.la @GLIB_LIBS@ @BLKID_LIBS@ >+hald_probe_volume_LDADD = $(top_builddir)/libhal/libhal.la $(top_builddir)/partutil/libpartutil.la @GLIB_LIBS@ @BLKID_LIBS@ @DBUS_LIBS@ > > hald_probe_ieee1394_unit_SOURCES = probe-ieee1394-unit.c ../../logger.c > hald_probe_ieee1394_unit_LDADD = $(top_builddir)/libhal/libhal.la @DBUS_LIBS@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 339612
:
249489
| 249636