1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: build using the default build flags.
Author: Étienne Mollier <emollier@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1119595
Forwarded: not-needed
Last-Update: 2025-12-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- transrate-tools.orig/CMakeLists.txt
+++ transrate-tools/CMakeLists.txt
@@ -22,7 +22,7 @@
#SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS)
## Set the standard required compile flags
-set (CMAKE_CXX_FLAGS "-fPIC -O3 -DHAVE_ANSI_TERM -DHAVE_SSTREAM -DHAVE_CONFIG_H -Wall -std=c++11")
+set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -O3 -DHAVE_ANSI_TERM -DHAVE_SSTREAM -DHAVE_CONFIG_H -Wall -std=c++11")
#set(CMAKE_FIND_LIBRARY_SUFFIXES ".a")
find_package(bamtools REQUIRED)
|