On Mon, Aug 18, 2014 at 10:37 AM, Ben Pfaff wrote:
> On Mon, Aug 18, 2014 at 10:23:55AM -0700, Daniele Di Proietto wrote:
>> Commit d731058395cb used vswitchd_ovs_vswitchd_LDFLAGS to link with DPDK.
>> This
>> made automake ignore AM_LDFLAGS while linking the daemon.
>>
>> This commit explicitly
On Mon, Aug 18, 2014 at 10:23:55AM -0700, Daniele Di Proietto wrote:
> Commit d731058395cb used vswitchd_ovs_vswitchd_LDFLAGS to link with DPDK. This
> made automake ignore AM_LDFLAGS while linking the daemon.
>
> This commit explicitly adds AM_LDFLAGS to vswitchd_ovs_vswitchd_LDFLAGS and
> moves
Commit d731058395cb used vswitchd_ovs_vswitchd_LDFLAGS to link with DPDK. This
made automake ignore AM_LDFLAGS while linking the daemon.
This commit explicitly adds AM_LDFLAGS to vswitchd_ovs_vswitchd_LDFLAGS and
moves it to vswitchd/automake.mk
Reported-by: Gurucharan Shetty
Suggested-by: Ben P