From b4b4e3ff731035bed09cce020003de1271e9aac6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 29 Nov 2013 16:28:53 +0100 Subject: remove docroot from example config --- package/php/files/php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/php/files/php.ini b/package/php/files/php.ini index 3a5172b3c..3858e4a8b 100644 --- a/package/php/files/php.ini +++ b/package/php/files/php.ini @@ -247,7 +247,7 @@ default_mimetype = "text/html" ; see documentation for security issues. The alternate is to use the ; cgi.force_redirect configuration below ; lighttpd: must be the same as server.document-root -doc_root = /srv/www/htdocs +;doc_root = /srv/www/htdocs ; The directory under which PHP opens the script using /~username used only ; if nonempty. -- cgit v1.2.3 From 52a49601ba47b77d93d4856f2ee01e55755905f1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 1 Dec 2013 13:20:28 +0100 Subject: use static build for host --- package/python2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/python2/Makefile b/package/python2/Makefile index 36bcdf7fc..47033dc2a 100644 --- a/package/python2/Makefile +++ b/package/python2/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= python2 PKG_VERSION:= 2.7.5 -PKG_RELEASE:= 6 +PKG_RELEASE:= 7 PKG_MD5SUM:= b4f01a1d0ba0b46b05c73b2ac909b1df PKG_DESCR:= Python scripting language (Version 2) PKG_SECTION:= lang @@ -97,7 +97,7 @@ CONFIGURE_ARGS:= --with-threads \ HOST_STYLE:= auto HOST_CONFIGURE_ARGS:= --with-threads \ - --enable-shared \ + --disable-shared \ --disable-toolbox-glue \ --without-cxx-main -- cgit v1.2.3