Re: [libvirt] [libvirt-php] Remove strip from installation

2011-04-01 Thread Michal Novotny
On 04/01/2011 07:25 AM, Lyre wrote: Make it able to generate debuginfo package. Thanks, pushed now! I don't know why this is not there but maybe I added this to f14 branch only since it's necessary to generate debuginfo packages for Fedora. However I applied your patch to master branch :)

Re: [libvirt] [libvirt-php] Remove strip from installation

2011-04-01 Thread Lyre
于 2011年04月01日 16:33, Michal Novotny 写道: On 04/01/2011 07:25 AM, Lyre wrote: Make it able to generate debuginfo package. Thanks, pushed now! I don't know why this is not there but maybe I added this to f14 branch only since it's necessary to generate debuginfo packages for Fedora. However I

Re: [libvirt] [libvirt-php] Remove strip from installation

2011-04-01 Thread Michal Novotny
On 04/01/2011 11:23 AM, Lyre wrote: 于 2011年04月01日 16:33, Michal Novotny 写道: On 04/01/2011 07:25 AM, Lyre wrote: Make it able to generate debuginfo package. Thanks, pushed now! I don't know why this is not there but maybe I added this to f14 branch only since it's necessary to generate

Re: [libvirt] [libvirt-php] Remove strip from installation

2011-04-01 Thread Eric Blake
On 03/31/2011 11:25 PM, Lyre wrote: Make it able to generate debuginfo package. install-exec-local: - $(INSTALL) -m 644 -D --strip $(PACKAGE).so $(DESTDIR)$(PHPEDIR)/$(PACKAGE).so + $(INSTALL) -m 644 -D $(PACKAGE).so $(DESTDIR)$(PHPEDIR)/$(PACKAGE).so $(INSTALL) -m 755 -d

[libvirt] [libvirt-php] Remove strip from installation

2011-03-31 Thread Lyre
Make it able to generate debuginfo package. --- configure.ac|1 - src/Makefile.am |2 +- 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8149349..5ebe416 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,6 @@ AC_LANG([C])