treewide: revise library packaging
[openwrt/staging/mkresin.git] / package / libs / popt / Makefile
index 10983d15866a6016167dcfb6e7bdb0c33206fe5e..59cc91dec6a16feec51c1cfc1d563b069c68c537 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=popt
 PKG_VERSION:=1.16
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:= \
@@ -34,6 +34,7 @@ define Package/libpopt
   CATEGORY:=Libraries
   TITLE:=A command line option parsing library
   URL:=http://rpm5.org/files/popt/
+  ABI_VERSION:=0
 endef
 
 define Build/Configure