On 12-08-08 09:25 AM, Phil Blundell wrote:
On Wed, 2012-08-08 at 09:24 -0400, Yao Zhao wrote:
I want both libz.a and libz.so* in /lib.
I wrote a simple test case:
cat Makefile
all:
gcc -c -fPIC -DPIC -o test.o test.c -g
gcc -o libtest.so -shared test.o
gcc -c -o te
On 12-08-07 02:35 PM, Derek Buitenhuis wrote:
On 07/08/2012 2:30 PM, Yao Zhao wrote:
zlib is not using autotools although it has configure.
when install, oe_runmake will be make -e so Makefile will always use
env's libdir which is the usr/libxx, we have to overwrite it when install.
Perhaps you
On Wed, 2012-08-08 at 09:24 -0400, Yao Zhao wrote:
> I want both libz.a and libz.so* in /lib.
>
> I wrote a simple test case:
> cat Makefile
> all:
> gcc -c -fPIC -DPIC -o test.o test.c -g
> gcc -o libtest.so -shared test.o
> gcc -c -o test_main.o test_main.c -g
>
On 12-08-07 05:20 PM, Phil Blundell wrote:
On Tue, 2012-08-07 at 15:29 -0400, Yao Zhao wrote:
On 12-08-07 02:45 PM, Phil Blundell wrote:
On Tue, 2012-08-07 at 14:43 -0400, Yao Zhao wrote:
On 12-08-07 02:38 PM, Phil Blundell wrote:
On Tue, 2012-08-07 at 14:35 -0400, Yao Zhao wrote:
On 12-08-0
On Tue, 2012-08-07 at 15:29 -0400, Yao Zhao wrote:
> On 12-08-07 02:45 PM, Phil Blundell wrote:
> > On Tue, 2012-08-07 at 14:43 -0400, Yao Zhao wrote:
> >> On 12-08-07 02:38 PM, Phil Blundell wrote:
> >>> On Tue, 2012-08-07 at 14:35 -0400, Yao Zhao wrote:
> On 12-08-07 02:30 PM, Phil Blundell
On 12-08-07 02:45 PM, Phil Blundell wrote:
On Tue, 2012-08-07 at 14:43 -0400, Yao Zhao wrote:
On 12-08-07 02:38 PM, Phil Blundell wrote:
On Tue, 2012-08-07 at 14:35 -0400, Yao Zhao wrote:
On 12-08-07 02:30 PM, Phil Blundell wrote:
Where do libz.a and libz.so end up after your patch?
├── zlib
On Tue, 2012-08-07 at 14:43 -0400, Yao Zhao wrote:
> On 12-08-07 02:38 PM, Phil Blundell wrote:
> > On Tue, 2012-08-07 at 14:35 -0400, Yao Zhao wrote:
> >> On 12-08-07 02:30 PM, Phil Blundell wrote:
> >>> Where do libz.a and libz.so end up after your patch?
> >> ├── zlib-dev
> >> │ ├── lib
> >> │ │
On 12-08-07 02:38 PM, Phil Blundell wrote:
On Tue, 2012-08-07 at 14:35 -0400, Yao Zhao wrote:
On 12-08-07 02:30 PM, Phil Blundell wrote:
Where do libz.a and libz.so end up after your patch?
├── zlib-dev
│ ├── lib
│ │ └── libz.so -> libz.so.1.2.7
└── zlib-staticdev
└── lib
└── libz.a
I found t
On Tue, 2012-08-07 at 14:35 -0400, Yao Zhao wrote:
> On 12-08-07 02:30 PM, Phil Blundell wrote:
> > Where do libz.a and libz.so end up after your patch?
> ├── zlib-dev
> │ ├── lib
> │ │ └── libz.so -> libz.so.1.2.7
> └── zlib-staticdev
> └── lib
> └── libz.a
I found the output from "tree" a bit
On 12-08-07 02:30 PM, Phil Blundell wrote:
On Tue, 2012-08-07 at 14:30 -0400, Yao Zhao wrote:
On 12-08-07 01:39 PM, Derek Buitenhuis wrote:
On 07/08/2012 1:31 PM, Yao Zhao wrote:
In order to fix the QA Issue for libpam which installed to /lib but
reference /usr/libxx/libz and libcrack, install
On 07/08/2012 2:30 PM, Yao Zhao wrote:
> zlib is not using autotools although it has configure.
> when install, oe_runmake will be make -e so Makefile will always use
> env's libdir which is the usr/libxx, we have to overwrite it when install.
Perhaps you don't need to specify during configure th
On Tue, 2012-08-07 at 14:30 -0400, Yao Zhao wrote:
> On 12-08-07 01:39 PM, Derek Buitenhuis wrote:
> > On 07/08/2012 1:31 PM, Yao Zhao wrote:
> >> In order to fix the QA Issue for libpam which installed to /lib but
> >> reference /usr/libxx/libz and libcrack, install libz and libcrack
> >> to /lib.
On 12-08-07 01:39 PM, Derek Buitenhuis wrote:
On 07/08/2012 1:31 PM, Yao Zhao wrote:
In order to fix the QA Issue for libpam which installed to /lib but
reference /usr/libxx/libz and libcrack, install libz and libcrack
to /lib.
OpenBSD puts libpam.so in /lib, so it seems kosher...
do_instal
Op 7 aug. 2012, om 19:31 heeft Yao Zhao het volgende
geschreven:
> In order to fix the QA Issue for libpam which installed to /lib but
> reference /usr/libxx/libz and libcrack, install libz and libcrack
> to /lib.
>
> Signed-off-by: Yao Zhao
> ---
> meta/recipes-core/zlib/zlib_1.2.7.bb
On 07/08/2012 1:31 PM, Yao Zhao wrote:
> In order to fix the QA Issue for libpam which installed to /lib but
> reference /usr/libxx/libz and libcrack, install libz and libcrack
> to /lib.
OpenBSD puts libpam.so in /lib, so it seems kosher...
> do_install() {
> - oe_runmake DESTDIR=${D} insta
In order to fix the QA Issue for libpam which installed to /lib but
reference /usr/libxx/libz and libcrack, install libz and libcrack
to /lib.
Signed-off-by: Yao Zhao
---
meta/recipes-core/zlib/zlib_1.2.7.bb |8 ++--
meta/recipes-extended/cracklib/cracklib_2.8.19.bb |2 +
16 matches
Mail list logo