Hi Martin, thank you for the fix! It works :-) No issues.

Hi Ben, thank you for the “make dist” :-) will be using that going forward.

One thing that would be “nice to have” is auto-calculating “Release:” value in 
spec files. One way is counting the number of commits from the latest tag. Just 
a suggestion.

Best Regards,
Paul Greenberg

________________________________
From: Ben Pfaff <b...@ovn.org>
Sent: Thursday, September 20, 2018 5:50 PM
To: Paul Greenberg
Cc: Martin Xu; Gregory Rose; b...@openvswitch.org
Subject: Re: [ovs-discuss] line 17: 
/usr/local/share/openvswitch/scripts/ovs-lib: No such file or directory

On Thu, Sep 20, 2018 at 09:37:37PM +0000, Paul Greenberg wrote:
> Martin, here is how I do it:
>
> ./configure CFLAGS="-fPIC"
> make CFLAGS="-fPIC"

It's not necessary to put the CFLAGS setting on the "make" command line.
Since you set it on the configure command like, it will be the default
in the Makefile. You can see that with "grep":

blp@sigabrt:~/nicira/ovs/_tmp(0)$ grep ^CFLAGS Makefile
CFLAGS = -fPIC
blp@sigabrt:~/nicira/ovs/_tmp(0)$
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to