|
new file 100644
|
|
|
--- exports/Makefile.orig 2010-02-24 01:53:58.523170327 +0100
|
|
|
+++ exports/Makefile 2010-02-24 01:54:38.752824907 +0100
|
|
|
@@ -99,7 +99,7 @@
|
|
|
../$(LIBSONAME) : ../$(LIBNAME) linux.def linktest.c
|
|
|
$(CC) $(CFLAGS) -shared -o ../$(LIBSONAME) \
|
|
|
-Wl,--whole-archive ../$(LIBNAME) -Wl,--no-whole-archive \
|
|
|
- -Wl,--retain-symbols-file=linux.def $(EXTRALIB)
|
|
|
+ -Wl,--retain-symbols-file=linux.def $(EXTRALIB) -lm
|
|
|
$(CC) $(CFLAGS) -w -o linktest linktest.c ../$(LIBSONAME) $(FEXTRALIB) && echo OK.
|
|
|
rm -f linktest
|
|
|
|