]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
pptp: Honour LDFLAGS
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Oct 2016 22:50:27 +0000 (18:50 -0400)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Oct 2016 22:50:27 +0000 (18:50 -0400)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
pptp/pptp.nm

index 8fb2822cc8e542a2202b5a163043a89415bf922f..2e614a58c3c79e238c7fc970891fbe493b20e5de 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = pptp
 version    = 1.7.2
-release    = 2
+release    = 3
 
 groups     = Networking/Dialin
 url        = http://pptpclient.sourceforge.net/
@@ -31,6 +31,7 @@ build
                sed -i Makefile \
                        -e "s/install -o root -m 555 pptp/install -m 755 pptp/" \
                        -e "s/^OPTIMIZE=.*/OPTIMIZE=%{CFLAGS}/" \
+                       -e "s/^LDFLAGS  =/LDFLAGS=%{LDFLAGS}/" \
                        -e "s/^IP.*/IP=\/sbin\/ip/"
        end