File: apply-ldflags.patch

package info (click to toggle)
phyml 3%3A3.3.20250515-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,096 kB
  • sloc: ansic: 93,774; makefile: 2,507; xml: 418; sh: 45
file content (17 lines) | stat: -rw-r--r-- 518 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: forward LDFLAGS to build procedures
Author: Étienne Mollier <emollier@debian.org>
Forwarded: not-needed
Last-Update: 2021-11-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,7 @@ AS_IF([test "x$enable_native" = "xno"],
       [VECTOR_FLAG="${DEFAULT_VECTOR_FLAG}"])
 
 
-LDFLAGS="${ARGC_flag}" 
+LDFLAGS="${ARGC_flag} ${LDFLAGS}"
 
 dnl Uncomment two rows below when compiling rwarp (need to have libtool installed)
 dnl LT_INIT