mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
try to correct mws's fuckup by disabling exceptions again
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@120 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
noinst_LIBRARIES = libtuxbox-net.a
|
noinst_LIBRARIES = libtuxbox-net.a
|
||||||
|
|
||||||
#not allowed cppflags for c files - fix your code to re-enable
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||||
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
|
||||||
|
|
||||||
AM_CPPFLAGS =
|
|
||||||
|
|
||||||
libtuxbox_net_a_SOURCES = libnet.c network_interfaces.cpp
|
libtuxbox_net_a_SOURCES = libnet.c network_interfaces.cpp
|
||||||
|
|
||||||
|
@@ -1,9 +1,6 @@
|
|||||||
INCLUDES = -I$(srcdir)/xmltok
|
INCLUDES = -I$(srcdir)/xmltok
|
||||||
|
|
||||||
#not allowed cppflags for c files - fix your code to re-enable
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||||
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
|
||||||
|
|
||||||
AM_CPPFLAGS =
|
|
||||||
|
|
||||||
noinst_LIBRARIES = libtuxbox-xmltree.a
|
noinst_LIBRARIES = libtuxbox-xmltree.a
|
||||||
|
|
||||||
|
@@ -1,7 +1,4 @@
|
|||||||
#not allowed cppflags for c files - fix your code to re-enable
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||||
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
|
||||||
|
|
||||||
AM_CPPFLAGS =
|
|
||||||
|
|
||||||
SUBDIRS = pictureviewer audiodec
|
SUBDIRS = pictureviewer audiodec
|
||||||
|
|
||||||
|
@@ -1,7 +1,4 @@
|
|||||||
#not allowed cppflags for c files - fix your code to re-enable
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||||
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
|
||||||
|
|
||||||
AM_CPPFLAGS =
|
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
|
@@ -1,7 +1,4 @@
|
|||||||
#not allowed cppflags for c files - fix your code to re-enable
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||||
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
|
||||||
|
|
||||||
AM_CPPFLAGS =
|
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir)/lib \
|
-I$(top_srcdir)/lib \
|
||||||
|
Reference in New Issue
Block a user