X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Flibidn;h=7ea2d463dc149ff12bb7facc1787c0db27c4c38e;hp=500087784379b93acbf42fc160e894ccaf71b90b;hb=34daf4dbf8e4e5e4fb901f8dcece703480a1ac1f;hpb=27b8cc241c27a45a15ec78f8ceb8e597cdde2d45 diff --git a/lfs/libidn b/lfs/libidn index 500087784..7ea2d463d 100644 --- a/lfs/libidn +++ b/lfs/libidn @@ -73,5 +73,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install + sed -e 's/include_next/include/g' -i /usr/include/idn-int.h @rm -rf $(DIR_APP) @$(POSTBUILD)