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
Merge pull request
#4230
from ffainelli/unrar
unrar: Properly pass LDFLAGS
lilik-openwrt-22.03
Álvaro Fernández Rojas
8 years ago
committed by
GitHub
parent
2e5deb6263
6ecc58abce
commit
bdd603b61c
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
utils/unrar/Makefile
+ 3
- 0
utils/unrar/Makefile
View File
@ -58,6 +58,9 @@ define Package/libunrar/description
archives
e
n
d
e
f
MAKE_FLAGS
+=
\
LDFLAGS
=
"
$(
TARGET_LDFLAGS
)
-lpthread
"
i
f
e
q
(
$(
BUILD_VARIANT
)
,
l
i
b
)
d
e
f
i
n
e
B
u
i
l
d
/
C
o
m
p
i
l
e
$(
call Build/Compile/Default,lib
)
Write
Preview
Loading…
Cancel
Save