Re: [ovs-dev] [PATCH] acinclude.m4: Do not set vswitchd_ovs_vswitchd_LDFLAGS

2014-08-18 Thread Gurucharan Shetty
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

Re: [ovs-dev] [PATCH] acinclude.m4: Do not set vswitchd_ovs_vswitchd_LDFLAGS

2014-08-18 Thread Ben Pfaff
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

[ovs-dev] [PATCH] acinclude.m4: Do not set vswitchd_ovs_vswitchd_LDFLAGS

2014-08-18 Thread Daniele Di Proietto
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