c572b7d Fix building OVS on ppc64le and armv7hl

Authored and Committed by tredaell 3 years ago
    Fix building OVS on ppc64le and armv7hl
    
    Python 3.9 changed the architecture naming in suffix used for binary
    extensions.
    Use python3-config --extension-suffix in order to figure out the correct
    extension suffix used for binary extensions.
    
        
file modified
+1 -1