diff options
Diffstat (limited to 'package/libs/libtool')
-rw-r--r-- | package/libs/libtool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libs/libtool/Makefile b/package/libs/libtool/Makefile index 37b91dce7a..4b54ac495d 100644 --- a/package/libs/libtool/Makefile +++ b/package/libs/libtool/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtool PKG_VERSION:=2.4.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/libtool @@ -31,6 +31,7 @@ define Package/libltdl CATEGORY:=Libraries TITLE:=A generic dynamic object loading library URL:=http://www.gnu.org/software/libtool/ + ABI_VERSION:=7 endef define Build/InstallDev |