X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=lang%2Fpyyaml%2FMakefile;h=7f7db7a6b984652e0c231810ceefe1d925ec3338;hp=c130480749a301e214be5842385718c28b3ea73c;hb=c88ff2bfcd1798aff39731a25336eacf1bf24ac2;hpb=b96b1deb0e9cf4b6c6a3461a145f760681e9cba5 diff --git a/lang/pyyaml/Makefile b/lang/pyyaml/Makefile index c130480749..7f7db7a6b9 100644 --- a/lang/pyyaml/Makefile +++ b/lang/pyyaml/Makefile @@ -25,7 +25,7 @@ define Package/pyyaml CATEGORY:=Languages TITLE:=pyyaml URL:=http://pyyaml.org - DEPENDS:=python-core + DEPENDS:=python-core +libyaml endef define Package/pyyaml/description @@ -33,7 +33,7 @@ define Package/pyyaml/description endef define Build/Compile - $(call Build/Compile/PyMod,,install --prefix="$(PKG_INSTALL_DIR)/usr") + $(call Build/Compile/PyMod,,--with-libyaml install --prefix="$(PKG_INSTALL_DIR)/usr") endef define Package/pyyaml/install