emerging or ebuilding dev-lang/php-4.4.1-r3.ebuild with informix sdk 2.90UC1 fails with the following on link: sl -lssl -lcrypto -ldl -lcurl -lssl -lcrypto -ldl -lz -lcrypt -lcrypt -o sapi/cli/php /opt/informix/lib/esql/libifsql.so: undefined reference to `ifx_checkAPI' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 I've managed to patch the Makefile as a work around, however touch .compiled nearly anywhere in the /var/tmp/portage/php-4.4.1-r3 tree doesn't seem to get honored!
(In reply to comment #0) > I've managed to patch the Makefile as a work around Uhm, so attach the patch here, please... > however touch .compiled nearly anywhere in the /var/tmp/portage/php-4.4.1-r3 >tree doesn't seem to get honored! That's wrong way to patch stuff, needs to go into src_unpack() in the ebuild.