]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
br2684ctl: Honour LDFLAGS
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 17 Oct 2016 19:46:33 +0000 (21:46 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Oct 2016 20:58:07 +0000 (22:58 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
br2684ctl/br2684ctl.nm

index 6cf052cb0e7166af9d01a2dcf52cdd8d6d4e8394..7b014fbc97d5a53821b7b4a20937cdeca8a5b904 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = br2684ctl
 version    = ipfire-1
-release    = 1
+release    = 2
 
 groups     = Networking/Tools
 url        = http://cvs.linux-atm.sourceforge.net/viewcvs.py/linux-atm/linux-atm/src/br2684/Attic/br2684ctl.8?rev=1.1.2.1&hideattic=0&only_with_tag=V2_5_0
@@ -32,7 +32,7 @@ build
        DIR_APP = %{DIR_SRC}/br2684ctl
 
        build
-               gcc %{CFLAGS} -latm br2684ctl.c -o br2684ctl
+               gcc %{CFLAGS} %{LDFLAGS} -latm br2684ctl.c -o br2684ctl
        end
 
        install
@@ -43,7 +43,6 @@ end
 
 packages
        package %{name}
-       end
 
        package %{name}-debuginfo
                template DEBUGINFO