Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
>
php-5.2.17
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 17
[-]
[+]
Changed
php-5.2.17.spec
@@ -1435,6 +1435,10 @@ --disable-cli \ --disable-all \ # cli sapi with all shared modules +# Hack the built configure to also link ncurses together with libedit. +# this is reported upstream bug http://bugs.php.net/bug.php?id=21153 +sed -i "s/-ledit/-ledit -lncurses/g" configure +# cli sapi with all shared modules Build cli \ --enable-cli \ --with-pear=%{peardir} \