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
#1464
from jow-/c-ares-fortify-source-fix
c-ares: fix build with CONFIG_PKG_FORTIFY_SOURCE*
lilik-openwrt-22.03
Jo-Philipp Wich
10 years ago
parent
940c522cf6
2e73fcd4b0
commit
e86ca8c6e1
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libs/c-ares/Makefile
+ 3
- 0
libs/c-ares/Makefile
View File
@ -22,6 +22,9 @@ PKG_INSTALL:=1
i
n
c
l
u
d
e
$(
INCLUDE_DIR
)
/
p
a
c
k
a
g
e
.
m
k
TARGET_CPPFLAGS
+=
$(
filter -D%,
$(
TARGET_CFLAGS
)
)
TARGET_CFLAGS
:=
$(
filter-out -D%,
$(
TARGET_CFLAGS
)
)
d
e
f
i
n
e
P
a
c
k
a
g
e
/
l
i
b
c
a
r
e
s
SECTION:
=
libs
CATEGORY:
=
Libraries
Write
Preview
Loading…
Cancel
Save