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
|