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/
--- phyml.orig/configure.ac
+++ phyml/configure.ac
@@ -69,7 +69,7 @@
[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
|