diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-20 23:42:25 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-20 23:42:25 +0000 |
commit | 63b8b93fd4e065a4566fdf2389d2ca746d993ed4 (patch) | |
tree | 331cfcebbee53e1fc6d33e661cc9b33fa0dcb2e8 /package/linux-atm | |
parent | 062a258f588a3eea1f4d2154069828cce77e55bf (diff) |
linux-atm: Add libtool fixup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19786 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux-atm')
-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 9bf6b02de..551443b33 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 |