From d9f5a995fbb4a3520c50adb425d002e3c47306f4 Mon Sep 17 00:00:00 2001 From: lars Date: Sun, 4 Jan 2009 00:25:59 +0000 Subject: [PATCH] Add libtool fixup. git-svn-id: svn://svn.openwrt.org/openwrt/packages@13848 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libtwin/Makefile | 3 ++- libs/pthsem/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/libtwin/Makefile b/libs/libtwin/Makefile index 91ec11475..ef61e3331 100644 --- a/libs/libtwin/Makefile +++ b/libs/libtwin/Makefile @@ -10,11 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtwin PKG_VERSION:=0.0.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://ozlabs.org/~jk/projects/petitboot/downloads/ PKG_MD5SUM:=ebd7c5cca3c9e108208a7bf17b256a6c +PKG_FIXUP:=libtool include $(INCLUDE_DIR)/package.mk diff --git a/libs/pthsem/Makefile b/libs/pthsem/Makefile index 55367b07d..5e181b627 100644 --- a/libs/pthsem/Makefile +++ b/libs/pthsem/Makefile @@ -4,11 +4,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pthsem PKG_VERSION:=2.0.7 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.auto.tuwien.ac.at/~mkoegler/pth/ PKG_MD5SUM:=b277716ee1224ca9925176fa29e1f0c5 +PKG_FIXUP:=libtool PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)