This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
dosfstools: fix build with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle
10 years ago
parent
e6825ac677
commit
6f6245b358
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utils/dosfstools/Makefile
+ 1
- 1
utils/dosfstools/Makefile
View File
@ -71,7 +71,7 @@ endef
d
e
f
i
n
e
B
u
i
l
d
/
C
o
m
p
i
l
e
$(
MAKE
)
-C
$(
PKG_BUILD_DIR
)
\
$(
TARGET_CONFIGURE_OPTS
)
\
OPTFLAGS
=
"
$(
TARGET_CFLAGS
)
-D_FILE_OFFSET_BITS=64
"
\
OPTFLAGS
=
"
$(
TARGET_CFLAGS
)
-D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE
"
\
PREFIX
=
"/usr"
\
SBINDIR
=
"/usr/sbin"
\
LDFLAGS
=
"
$(
LDFLAGS
)
"
\
Write
Preview
Loading…
Cancel
Save