Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Link Newsbeuter with libintl
Browse files Browse the repository at this point in the history
Kudos to Shiz from #musl at Freenode for pointing out this omission.
  • Loading branch information
Minoru committed Sep 28, 2016
1 parent 7ec7f30 commit 72cd358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ FILTERLIB_OUTPUT=libfilter.a
NEWSBEUTER=newsbeuter
NEWSBEUTER_SOURCES:=$(shell cat mk/newsbeuter.deps)
NEWSBEUTER_OBJS:=$(patsubst %.cpp,%.o,$(NEWSBEUTER_SOURCES))
NEWSBEUTER_LIBS=-lbeuter -lfilter -lpthread -lrsspp
NEWSBEUTER_LIBS=-lbeuter -lfilter -lpthread -lrsspp -lintl

RSSPPLIB_SOURCES=$(wildcard rss/*.cpp)
RSSPPLIB_OBJS=$(patsubst rss/%.cpp,rss/%.o,$(RSSPPLIB_SOURCES))
Expand Down

0 comments on commit 72cd358

Please sign in to comment.