From e9be1fdd2bf373800c1cf3a5217b09a018284b21 Mon Sep 17 00:00:00 2001 From: Mike Nolta Date: Sun, 20 May 2012 21:44:15 -0300 Subject: [PATCH] FreeBSD: replace EXTRALIB -> FEXTRALIB --- exports/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exports/Makefile b/exports/Makefile index 971bd0bed..83f2f5d0c 100644 --- a/exports/Makefile +++ b/exports/Makefile @@ -121,7 +121,7 @@ so : ../$(LIBSONAME) ../$(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 $(FEXTRALIB) $(CC) $(CFLAGS) -w -o linktest linktest.c ../$(LIBSONAME) $(FEXTRALIB) && echo OK. rm -f linktest