fix xmms compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9771 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2007-12-16 01:50:06 +00:00
parent b364ee8aef
commit 8b3cc234a6
5 changed files with 16 additions and 18 deletions

View File

@ -49,7 +49,6 @@ define Build/Compile
make -C $(PKG_BUILD_DIR)
mkdir -p $(PKG_INSTALL_DIR)
DESTDIR=$(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) $(MAKE_FLAGS) install
find $(PKG_INSTALL_DIR) -name *.la | xargs rm -rf
endef
define Build/Configure
@ -63,6 +62,7 @@ define Build/Configure
--enable-malloc0returnsnull; \
fi \
)
$(call libtool_disable_rpath)
endef
define Package/libXext/install/Default
@ -80,6 +80,7 @@ define Package/libXaw/install
endef
define Build/InstallDev
$(call libtool_fixup_libdir,$(PKG_INSTALL_DIR))
$(CP) $(PKG_INSTALL_DIR)/* $(1)
endef