mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-18 10:51:07 +02:00
This reverts commitee911957d4
. This leads to a segfault at start and the upstream solution is not yet ready for primetime, so revert this for now. Origin commit data ------------------ Commit:009838b977
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de> Date: 2017-08-20 (Sun, 20 Aug 2017)
10 lines
170 B
Makefile
10 lines
170 B
Makefile
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
|
|
AM_CPPFLAGS = \
|
|
@HWLIB_CFLAGS@
|
|
|
|
noinst_LIBRARIES = libhwcaps.a
|
|
|
|
libhwcaps_a_SOURCES = \
|
|
hardware_caps.cpp
|