From 719cafcc9aee492ae20fe454766829ebf29d51eb Mon Sep 17 00:00:00 2001 From: lars Date: Fri, 19 Feb 2010 00:14:01 +0000 Subject: [PATCH] [packages] Add missing libtool fixups git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/nodogsplash@19714 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9b74364..0d9cb81 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,13 +9,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nodogsplash PKG_VERSION:=0.9_beta9.9.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://kokoro.ucsd.edu/nodogsplash/ \ http://kokoro.ucsd.edu/nodogsplash/old/ PKG_MD5SUM:=142f6b761a0ef93bb3e8557e1f53bc56 +PKG_FIXUP:=libtool + include $(INCLUDE_DIR)/package.mk define Package/nodogsplash