1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-11-23 19:37:32 +02:00

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

View File

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