ubb-patgen/Makefile (LDLIBS): add -lpthread -ldl

Strangly, using what's supposedly the same toolchain, I didn't seem to
need these items in the past. Or maybe I just never tried a non-static
build.
This commit is contained in:
Werner Almesberger 2013-03-29 20:33:41 -03:00
parent aa1106e120
commit 1d78c01bba
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
CC = mipsel-openwrt-linux-gcc
CFLAGS = -g -Wall -O9 -fno-tree-cselim -I../libubb/include
LDFLAGS =
LDLIBS = -L../libubb -lubb -lm -lrt
LDLIBS = -L../libubb -lubb -lm -lrt -lpthread -ldl
MAIN = ubb-patgen
OBJS = ubb-patgen.o