[packages] cyrus-sasl: add libtool fixup, now it compiles for ppc target as well
authorGabor Juhos <juhosg@openwrt.org>
Wed, 30 Jul 2008 18:19:35 +0000 (18:19 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 30 Jul 2008 18:19:35 +0000 (18:19 +0000)
SVN-Revision: 12018

libs/cyrus-sasl/Makefile

index 6cc511199792c479c7ea2af6be238b158400fa80..8b39cdbddf90d2598752c36957cfee2f4e540658 100644 (file)
@@ -1,5 +1,5 @@
-# 
-# Copyright (C) 2006 OpenWrt.org
+#
+# Copyright (C) 2006-2008 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -20,6 +20,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
 
 PKG_BUILD_DEPENDS:=libopenssl
+PKG_FIXUP = libtool
 
 include $(INCLUDE_DIR)/package.mk