X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fphp;h=9944ca0d6561538573a0ba98679b82aa0d7f5dae;hb=7537c1f2f4728f09caee2c99f91c31ac426ed132;hp=60ed4408d4cb7b9f942a602df4b6e2673349a3b8;hpb=5f9f6fcac1961f4f1022a0f88600278ced439e1f;p=hvlinux.git diff --git a/stage5/pkg/php b/stage5/pkg/php index 60ed440..9944ca0 100644 --- a/stage5/pkg/php +++ b/stage5/pkg/php @@ -7,11 +7,14 @@ hvconfig_pre() # your system). # Build directory doesn't work: - # gcc: Zend/zend_language_scanner.c: No such file or directory - CONFIGURE_OPTS=" \ - ${CONFIGURE_OPTS} \ + # 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+=" \ --with-apxs2 \ --with-config-file-path=/etc \ + --mandir=/usr/share/man \ --with-zlib \ --enable-bcmath \ --with-bz2 \