diff options
author | Marco Peereboom <marco@conformal.com> | 2010-12-23 00:43:11 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2010-12-23 00:43:11 +0000 |
commit | a0c61c74f4add570134decd7ed733ed7536f7e4f (patch) | |
tree | 3721622a0b6c698896cc4d6acb5388b7b44a3284 /linux | |
parent | 1b867865f0160e5e531220ad0b9a88d9c972cb8b (diff) | |
download | xombrero-a0c61c74f4add570134decd7ed733ed7536f7e4f.tar.gz |
make linux compile again
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile index 05bdc4c..7570c44 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -3,7 +3,7 @@ LIBS= gtk+-2.0 webkit-1.0 libsoup-2.4 CFLAGS+= -Wall -ggdb -D_GNU_SOURCE -I. $(shell pkg-config --cflags $(LIBS)) -LDADD+= $(shell pkg-config --libs $(LIBS)) +LDADD+= $(shell pkg-config --libs $(LIBS)) -lbsd PREFIX?= /usr/local BINDIR?= $(PREFIX)/bin |