]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libedit/files/libedit-add-soname.diff
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libedit / files / libedit-add-soname.diff
1 --- Makefile.orig       2005-04-20 18:12:45.000000000 +0200
2 +++ Makefile    2005-04-20 18:14:37.000000000 +0200
3 @@ -101,4 +101,4 @@
4  libedit.a: ${OOBJS}
5         ar -r $@ .a/*
6  libedit.so: ${OOBJS}
7 -       ${CC} --shared -o $@ .so/* ${LIBS}
8 +       ${CC} --shared -Wl,-soname=libedit.so.0 -o $@ .so/* ${LIBS}