mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +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
Origin commit data
------------------
Commit: 6a69be899d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2009-12-26 (Sat, 26 Dec 2009)
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
noinst_LIBRARIES = libtuxbox-net.a
|
||||
|
||||
#not allowed cppflags for c files - fix your code to re-enable
|
||||
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||
|
||||
AM_CPPFLAGS =
|
||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||
|
||||
libtuxbox_net_a_SOURCES = libnet.c network_interfaces.cpp
|
||||
|
||||
|
@@ -1,9 +1,6 @@
|
||||
INCLUDES = -I$(srcdir)/xmltok
|
||||
|
||||
#not allowed cppflags for c files - fix your code to re-enable
|
||||
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||
|
||||
AM_CPPFLAGS =
|
||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||
|
||||
noinst_LIBRARIES = libtuxbox-xmltree.a
|
||||
|
||||
|
@@ -1,7 +1,4 @@
|
||||
#not allowed cppflags for c files - fix your code to re-enable
|
||||
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||
|
||||
AM_CPPFLAGS =
|
||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||
|
||||
SUBDIRS = pictureviewer audiodec
|
||||
|
||||
|
@@ -1,7 +1,4 @@
|
||||
#not allowed cppflags for c files - fix your code to re-enable
|
||||
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||
|
||||
AM_CPPFLAGS =
|
||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/src \
|
||||
|
@@ -1,4 +1,4 @@
|
||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/src \
|
||||
|
@@ -1,7 +1,4 @@
|
||||
#not allowed cppflags for c files - fix your code to re-enable
|
||||
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||
|
||||
AM_CPPFLAGS =
|
||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/lib \
|
||||
|
Reference in New Issue
Block a user