Re: [ecasound] Forward: Bug#179380: ecasound2.2_2.2.0-rel-4(hppa/unstable): FTBFS: non-PIC in shared lib

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] Forward: Bug#179380: ecasound2.2_2.2.0-rel-4(hppa/unstable): FTBFS: non-PIC in shared lib
From: Junichi Uekawa (dancer_AT_netfort.gr.jp)
Date: Thu Feb 20 2003 - 11:19:03 EET


The following patch made the build with hppa fine:

>
> --- ecasound2.2-2.2.1.orig/pyecasound/Makefile.am
> +++ ecasound2.2-2.2.1/pyecasound/Makefile.am
> @@ -43,7 +43,7 @@
> all: pyecasound.so
>
> pyecasound.so: pyecasound.o
> - $(CC) -o pyecasound.so -shared -nostartfiles $(libpyecasound_la_LDFLAGS) pyecasound.o $(top_
> builddir)/libecasoundc/ecasoundc_sa.lo
> + $(CC) -o pyecasound.so -shared -nostartfiles $(libpyecasound_la_LDFLAGS) pyecasound.lo $(top
> _builddir)/libecasoundc/ecasoundc_sa.lo
> endif
>
> # ----------------------------------------------------------------------


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu Feb 20 2003 - 11:10:21 EET