X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fphp;h=0c0fed3fcb0d409d0a2f8f6ec53e663593862ec1;hb=b2caa476fe2b8b54e0952dfa11482004d1da4f33;hp=60ed4408d4cb7b9f942a602df4b6e2673349a3b8;hpb=5f9f6fcac1961f4f1022a0f88600278ced439e1f;p=hvlinux.git diff --git a/stage5/pkg/php b/stage5/pkg/php index 60ed440..0c0fed3 100644 --- a/stage5/pkg/php +++ b/stage5/pkg/php @@ -7,11 +7,15 @@ hvconfig_pre() # your system). # Build directory doesn't work: - # gcc: Zend/zend_language_scanner.c: No such file or directory + # gcc: Zend/zend_language_scanner.c: No such file or directory + # --mandir: + # If not specified, php installs some man pages under /usr/php + # (phpize.1, php.1 and php-config.1) CONFIGURE_OPTS=" \ ${CONFIGURE_OPTS} \ --with-apxs2 \ --with-config-file-path=/etc \ + --mandir=/usr/share/man \ --with-zlib \ --enable-bcmath \ --with-bz2 \