diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 17:50:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 17:50:25 +0100 |
commit | 2975c1ab583edcfbb46626f003867738fcb0b556 (patch) | |
tree | f137f3b7fb3f7da70a13a1c429004fd43b59c0b6 /package | |
parent | e8f722605fe76b8de459ca4ef96b894863ca85d0 (diff) | |
parent | cdbf5beb73ddfc1992b2ac453eb123d7db3aca2c (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 6d28fb10a..933947523 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 |