diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 15:34:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 15:34:09 +0100 |
commit | b5c9f6026929aec4a77002edb593d4ede6573bcf (patch) | |
tree | 388ac7e8893f6c6e369438f701b47b164917e3e8 /package | |
parent | 9f7250f4f4f15eb9c261641ee83cae88d5b05684 (diff) |
noscripts is wrong now
Diffstat (limited to 'package')
-rw-r--r-- | package/python2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile index f176a8337..452b48b16 100644 --- a/package/python2/Makefile +++ b/package/python2/Makefile @@ -13,7 +13,7 @@ PKG_BUILDDEP:= autotool libffi python2-host PKG_DEPENDS:= libpthread libffi libgcc PKG_URL:= http://www.python.org/ PKG_SITES:= http://www.python.org/ftp/python/${PKG_VERSION}/ -PKG_OPTS:= dev noscripts +PKG_OPTS:= dev PKG_HOST_DEPENDS:= !netbsd !openbsd |