Commit 83fd0fdf authored by Jean-Paul Saman's avatar Jean-Paul Saman

Removed -fnested-functions for other platforms except MacOS X

parent 65bc2af7
...@@ -1603,7 +1603,11 @@ zvbi: zvbi-$(ZVBI_VERSION).tar.bz2 ...@@ -1603,7 +1603,11 @@ zvbi: zvbi-$(ZVBI_VERSION).tar.bz2
$(EXTRACT_BZ2) $(EXTRACT_BZ2)
.zvbi: zvbi .zvbi: zvbi
ifdef HAVE_DARWIN_OS
(cd $<; ./configure --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -fnested-functions" && make && make install) (cd $<; ./configure --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -fnested-functions" && make && make install)
else
(cd $<; ./configure --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" && make && make install)
endif
touch $@ touch $@
CLEAN_FILE += .zvbi CLEAN_FILE += .zvbi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment