Skip to content

Commit

Permalink
FreeBSD: replace EXTRALIB -> FEXTRALIB
Browse files Browse the repository at this point in the history
  • Loading branch information
nolta committed May 21, 2012
1 parent 5b7f443 commit e9be1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exports/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e9be1fd

Please sign in to comment.