diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-02-20 23:42:25 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-02-20 23:42:25 +0000 |
commit | 07c499f10184129939bf3d47158f4222db7fc510 (patch) | |
tree | 4e90f52383283e8ae9726f40ec52f59d975b395f | |
parent | bd2e3ccd6ff5041593f064eac929e3cf5374d474 (diff) | |
download | mtk-20170518-07c499f10184129939bf3d47158f4222db7fc510.zip mtk-20170518-07c499f10184129939bf3d47158f4222db7fc510.tar.gz mtk-20170518-07c499f10184129939bf3d47158f4222db7fc510.tar.bz2 |
linux-atm: Add libtool fixup
SVN-Revision: 19786
-rw-r--r-- | package/linux-atm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 9bf6b02..551443b 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/l/linux-atm/ PKG_MD5SUM:=84fef49cc39ff2605204246666f65864 +PKG_FIXUP:=libtool + include $(INCLUDE_DIR)/package.mk define Package/linux-atm |