1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-28 22:18:32 +03:00

emacs: patch by jow to adapt to build-system changes

This commit is contained in:
David Kühling 2011-02-28 22:11:54 +01:00
parent 85917056b7
commit d1d5fe41c9

View File

@ -16,9 +16,11 @@ PKG_SOURCE_URL:=ftp://ftp.fu-berlin.de/pub/gnu/emacs/ \
PKG_MD5SUM:=b6691852dae0bc142b3c12749f6b7ade
PKG_INSTALL:=1
PKG_FIXUP:=libtool
PKG_BUILD_DEPENDS:= emacs/host libtool/host
PKG_FIXUP:=libtool
PKG_REMOVE_FILES:=
PKG_BUILD_DEPENDS:= emacs/host
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk