]> git.proxmox.com Git - mirror_ovs.git/blobdiff - debian/rules
debian, rhel: Ship ovs shared libraries and header files
[mirror_ovs.git] / debian / rules
index 7110851a2743ab15f43d0d689c79482c42b6185d..4c34b07f8a238677b7559ba81b8cd45b10d75abf 100755 (executable)
@@ -30,7 +30,7 @@ override_dh_autoreconf:
        dh_autoreconf $(DH_AS_NEEDED)
 
 override_dh_auto_configure:
-       dh_auto_configure -- --enable-ssl $(DATAPATH_CONFIGURE_OPTS)
+       dh_auto_configure -- --enable-ssl --enable-shared $(DATAPATH_CONFIGURE_OPTS)
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
@@ -91,3 +91,5 @@ override_dh_installinit:
 
 override_dh_strip:
        dh_strip --dbg-package=openvswitch-dbg
+
+override_dh_usrlocal: