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
libffi: fix include path in pkg-config file, fixes glib2 build
Signed-off-by: Felix Fietkau <nbd@nbd.name>
lilik-openwrt-22.03
Felix Fietkau
9 years ago
parent
5250fae889
commit
2f86c894de
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libs/libffi/Makefile
+ 1
- 0
libs/libffi/Makefile
View File
@ -63,6 +63,7 @@ define Build/InstallDev
$(
CP
)
\
$(
PKG_INSTALL_DIR
)
/usr/lib/pkgconfig/*
\
$(
1
)
/usr/lib/pkgconfig/
sed -i -e
's,includedir=.*,includedir=$$$${prefix}/include,'
$(
1
)
/usr/lib/pkgconfig/libffi.pc
$(
INSTALL_DIR
)
$(
1
)
/usr/include
$(
CP
)
\
Write
Preview
Loading…
Cancel
Save