Skip to content

Commit

Permalink
fix fedora14 build failure:
Browse files Browse the repository at this point in the history
/usr/bin/ld: /julia/usr/lib/libuv.a(thread.o): undefined reference to symbol 'pthread_rwlock_trywrlock@@GLIBC_2.2.5'
  • Loading branch information
nolta committed Jan 8, 2013
1 parent 7db7116 commit 18b06c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flisp/Makefile
Expand Up @@ -19,7 +19,7 @@ LLT = $(LLTDIR)/libsupport.a $(BUILD)/lib/libuv.a
FLAGS = -Wall -Wno-strict-aliasing -I$(LLTDIR) $(CFLAGS) \
-DUSE_COMPUTED_GOTO $(HFILEDIRS:%=-I%) $(LIBDIRS:%=-L%) -fvisibility=hidden
LIBFILES = $(LLT)
LIBS = $(LIBFILES) -lm
LIBS = $(LIBFILES) -lm -lpthread

DEBUGFLAGS += $(FLAGS)
SHIPFLAGS += $(FLAGS)
Expand Down

0 comments on commit 18b06c6

Please sign in to comment.