]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
dos2unix: Update to 7.3.4
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 24 Sep 2016 12:13:12 +0000 (13:13 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 24 Sep 2016 12:13:59 +0000 (13:13 +0100)
Also make the build honour LDFLAGS

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
dos2unix/dos2unix.nm

index 70d09a166d5bad96e888dcdbbbe9f7ff9abe1d45..23a34e8946eb804336600ce1305833d5d91f52a1 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = dos2unix
-version    = 7.3.3
+version    = 7.3.4
 release    = 1
 
 groups     = Applications/Text
@@ -24,19 +24,14 @@ build
                gettext
        end
 
-       prepare_cmds
-               rm -rvf po/*/eo-x.*
-       end
-
        build
                make %{PARALLELISMFLAGS} \
-                       CFLAGS="%{CFLAGS} -D_LARGEFILE_SOURCE $(getconf LFS_CFLAGS)"
+                       CFLAGS_USER="%{CFLAGS}" LDFLAGS_USER="%{LDFLAGS}"
        end
 end
 
 packages
        package %{name}
-       end
 
        package %{name}-debuginfo
                template DEBUGINFO