]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/tcltk/files/tk-add-soname.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / tcltk / files / tk-add-soname.patch
1 diff -u tk8.3.5/unix/tcl.m4~ tk8.3.5/unix/tcl.m4
2 --- unix/tcl.m4~        2003-01-14 21:22:12.000000000 +0900
3 +++ unix/tcl.m4 2003-01-14 21:22:12.000000000 +0900
4 @@ -949,7 +949,7 @@
5             CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
6  
7             if test "$have_dl" = yes; then
8 -               SHLIB_LD="${CC} -shared"
9 +               SHLIB_LD='${CC} -shared -Wl,-soname,${@}'
10                 DL_OBJS="tclLoadDl.o"
11                 DL_LIBS="-ldl"
12                 LDFLAGS="-rdynamic"