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

Commit

Permalink
Revert "Link Newsbeuter with libintl"
Browse files Browse the repository at this point in the history
This reverts commit 72cd358, which was
created in a haste and without full understanding of the situation.

Not that I understand anything now…

After a discussion at #musl on Freenode it seems to me that the problem
was specific to current situation in Alpine Linux and doesn't affect
anyone else. I'm reverting the commit since it broke all Linux builds.
  • Loading branch information
Minoru committed Sep 28, 2016
1 parent 72cd358 commit fcbe4fd
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 -lintl
NEWSBEUTER_LIBS=-lbeuter -lfilter -lpthread -lrsspp

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

0 comments on commit fcbe4fd

Please sign in to comment.