All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 8851] New: Make sure fio can compile with libaio support if it the package is installed
@ 2016-04-15  1:56 bugzilla at busybox.net
  2016-04-15  7:32 ` [Buildroot] [Bug 8851] " bugzilla at busybox.net
  2016-04-19 21:40 ` bugzilla at busybox.net
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2016-04-15  1:56 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=8851

            Bug ID: 8851
           Summary: Make sure fio can compile with libaio support if it
                    the package is installed
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: ckhardin at exablox.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

if libaio is being used, then make fio depend on it so that it gets compiled
with aio support.

diff --git a/package/fio/fio.mk b/package/fio/fio.mk
index 08fef5f..384be2e 100644
--- a/package/fio/fio.mk
+++ b/package/fio/fio.mk
@@ -9,6 +9,10 @@ FIO_SITE = git://git.kernel.dk/fio.git
 FIO_LICENSE = GPLv2 + special obligations
 FIO_LICENSE_FILES = COPYING

+ifeq ($(BR2_PACKAGE_LIBAIO),y)
+FIO_DEPENDENCIES += libaio
+endif
+
 define FIO_CONFIGURE_CMDS
        (cd $(@D); ./configure --cc="$(TARGET_CC)"
--extra-cflags="$(TARGET_CFLAGS)")
 endef

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [Bug 8851] Make sure fio can compile with libaio support if it the package is installed
  2016-04-15  1:56 [Buildroot] [Bug 8851] New: Make sure fio can compile with libaio support if it the package is installed bugzilla at busybox.net
@ 2016-04-15  7:32 ` bugzilla at busybox.net
  2016-04-19 21:40 ` bugzilla at busybox.net
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2016-04-15  7:32 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=8851

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Thanks, looks good. Could you submit this as a proper patch on our mailing
list, so that we can merge it through the usual process? Thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [Bug 8851] Make sure fio can compile with libaio support if it the package is installed
  2016-04-15  1:56 [Buildroot] [Bug 8851] New: Make sure fio can compile with libaio support if it the package is installed bugzilla at busybox.net
  2016-04-15  7:32 ` [Buildroot] [Bug 8851] " bugzilla at busybox.net
@ 2016-04-19 21:40 ` bugzilla at busybox.net
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2016-04-19 21:40 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=8851

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Fixed by
https://git.buildroot.net/buildroot/commit/?id=71122f537d2ff93f206818c8d91e06f55fe2b5e2,
thanks for your suggestion!

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-19 21:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-15  1:56 [Buildroot] [Bug 8851] New: Make sure fio can compile with libaio support if it the package is installed bugzilla at busybox.net
2016-04-15  7:32 ` [Buildroot] [Bug 8851] " bugzilla at busybox.net
2016-04-19 21:40 ` bugzilla at busybox.net

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.