libsrtp: make uninstall before install
[feed/telephony.git] / libs / libsrtp / Makefile
index ac09f557f864ebb4ef0bd495da9d5063c8fe81e1..4d7d5a61795185471cc1b73617b23b40719a6aa1 100644 (file)
@@ -41,6 +41,11 @@ Protocol (SRTP) originally authored by Cisco Systems, Inc.
 It is available under a BSD-style license.
 endef
 
+define Build/Install
+       $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR=$(PKG_INSTALL_DIR) uninstall
+       $(call Build/Install/Default)
+endef
+
 define Build/InstallDev
        $(INSTALL_DIR) $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/srtp $(1)/usr/include/