summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorIsmael Luceno2019-08-28 19:28:41 +0200
committerIsmael Luceno2019-08-28 20:22:10 +0200
commita36c86cc19149c2040f498ac11d268529f411d9f (patch)
treeef59a79ecd956118f67a7016d552aa9cb55df037 /net
parent36491eeaa9f6e0a073afefb7844d6c866e7f7603 (diff)
ppp: Add LDFLAGS to COPTS
Diffstat (limited to 'net')
-rwxr-xr-xnet/ppp/BUILD2
-rw-r--r--net/ppp/HISTORY1
2 files changed, 2 insertions, 1 deletions
diff --git a/net/ppp/BUILD b/net/ppp/BUILD
index a5db5a457b..c633711ea3 100755
--- a/net/ppp/BUILD
+++ b/net/ppp/BUILD
@@ -3,4 +3,4 @@ create_group ppp &&
./configure --prefix="$INSTALL_ROOT/usr" \
--sysconfdir="$INSTALL_ROOT/etc" &&
-make COPTS="$CFLAGS"
+make COPTS="$CFLAGS $LDFLAGS"
diff --git a/net/ppp/HISTORY b/net/ppp/HISTORY
index ffbb90b7e9..07c8db34e7 100644
--- a/net/ppp/HISTORY
+++ b/net/ppp/HISTORY
@@ -2,6 +2,7 @@
* DETAILS, PRE_BUILD: updated spell to 2.4.7
* l2tp.patch: removed, not needed anymore
* PRE_BUILD: Made the build system respect build flags
+ * BUILD: Added LDFLAGS to COPTS
2017-01-13 David C. Haley <khoralin@gmail.com>
* DETAILS: updated SOURCE_URL