mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
udftools: remove obsolete gcc5 patch
fixed by setting C compiler standard
This commit is contained in:
parent
7a56781b35
commit
572490bce9
@ -10,8 +10,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ ncurses readline ];
|
||||
|
||||
patches = [ ./gcc5.patch ];
|
||||
|
||||
hardeningDisable = [ "fortify" ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-std=gnu90";
|
||||
|
@ -1,17 +0,0 @@
|
||||
--- udftools-1.0.0b3/libudffs/desc.c 2016-02-07 23:21:38.595391610 +0000
|
||||
+++ udftools-1.0.0b3/libudffs/desc.c 2016-02-07 23:21:57.759756269 +0000
|
||||
@@ -34,12 +34,12 @@
|
||||
#include "libudffs.h"
|
||||
#include "config.h"
|
||||
|
||||
-inline struct impUseVolDescImpUse *query_iuvdiu(struct udf_disc *disc)
|
||||
+extern struct impUseVolDescImpUse *query_iuvdiu(struct udf_disc *disc)
|
||||
{
|
||||
return (struct impUseVolDescImpUse *)disc->udf_iuvd[0]->impUse;
|
||||
}
|
||||
|
||||
-inline struct logicalVolIntegrityDescImpUse *query_lvidiu(struct udf_disc *disc)
|
||||
+extern struct logicalVolIntegrityDescImpUse *query_lvidiu(struct udf_disc *disc)
|
||||
{
|
||||
return (struct logicalVolIntegrityDescImpUse *)&(disc->udf_lvid->impUse[le32_to_cpu(disc->udf_lvd[0]->numPartitionMaps) * 2 * sizeof(uint32_t)]);
|
||||
}
|
Loading…
Reference in New Issue
Block a user