All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 8581] New: pciutils.mk PCIUTILS_MAKE_OPTS typo
@ 2016-01-04 17:10 bugzilla at busybox.net
  2016-01-04 20:56 ` [Buildroot] [Bug 8581] " bugzilla at busybox.net
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla at busybox.net @ 2016-01-04 17:10 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 8581
           Summary: pciutils.mk PCIUTILS_MAKE_OPTS typo
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: lonnie at abelbeck.com
                CC: buildroot at uclibc.org

For package pciutils, when specifying PCIUTILS_MAKE_OPTS values, there is a
typo:

package/pciutils/pciutils.mk
line 20:
---
-    PCIUTILS_DNS=no
+    DNS=no
---

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

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

* [Buildroot] [Bug 8581] pciutils.mk PCIUTILS_MAKE_OPTS typo
  2016-01-04 17:10 [Buildroot] [Bug 8581] New: pciutils.mk PCIUTILS_MAKE_OPTS typo bugzilla at busybox.net
@ 2016-01-04 20:56 ` bugzilla at busybox.net
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla at busybox.net @ 2016-01-04 20:56 UTC (permalink / raw)
  To: buildroot

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

Peter Korsgaard <jacmet@uclibc.org> changed:

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

--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> ---
Thanks, fixed in git by:

commit 85e2a87699f4f98d1b669576922581ae3bcac004
Author: Peter Korsgaard <peter@korsgaard.com>
Date:   Mon Jan 4 21:47:37 2016 +0100

    pciutils: correct dns disabling logic

    Fixes #8581

    Commit 2c879f95a0 (pciutils: cleanup) refactored the make arguments, but
    accidently changed the logic to disable dns based lookups to pass
    PCIUTILS_DNS=no instead of DNS=no, causing the autotection to be used.

    This autodetection looks at host includes, so it isn't safe for cross
    compilation.

    Disable it by setting the correct make variable instead.

    Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

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

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

end of thread, other threads:[~2016-01-04 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-04 17:10 [Buildroot] [Bug 8581] New: pciutils.mk PCIUTILS_MAKE_OPTS typo bugzilla at busybox.net
2016-01-04 20:56 ` [Buildroot] [Bug 8581] " 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.