[ovs-git] [openvswitch/ovs] 22f05f: acinclude: Drop DPDK_EXTRA_LIB variable.

istokes noreply at github.com
Thu Feb 7 15:46:45 UTC 2019


  Branch: refs/heads/branch-2.9
  Home:   https://github.com/openvswitch/ovs
  Commit: 22f05f81f78c9d9045d3c018418916d51d78f083
      https://github.com/openvswitch/ovs/commit/22f05f81f78c9d9045d3c018418916d51d78f083
  Author: Ilya Maximets <i.maximets at samsung.com>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

  Changed paths:
    M acinclude.m4

  Log Message:
  -----------
  acinclude: Drop DPDK_EXTRA_LIB variable.

AC_SEARCH_LIBS enables the libraries itself:

  checking for library containing get_mempolicy... -lnuma
  checking for library containing pcap_dump... -lpcap

So, they are available in LIBS. No need to add them twice.

Also, DPDK_EXTRA_LIB doesn't even work, because each check overwrites
the variable instead of appending the new library. It was first time
misused while making libnuma optional and copy-pasted to several places
after that.

Signed-off-by: Ilya Maximets <i.maximets at samsung.com>
Signed-off-by: Ian Stokes <ian.stokes at intel.com>




More information about the git mailing list