FS#34711 - [libmicrohttpd] Missing $ in pkgconfig sed patch
Attached to Project:
Community Packages
Opened by Vianney le Clément (vlc) - Wednesday, 10 April 2013, 09:39 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 10 April 2013, 16:03 GMT
Opened by Vianney le Clément (vlc) - Wednesday, 10 April 2013, 09:39 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 10 April 2013, 16:03 GMT
|
Details
Description:
The last command of the package() function in the PKGBUILD for libmicrohttpd is missing a $ in the last -I option. The line sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} -I{includedir}/libmicrohttpd#' \ should be sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} -I${includedir}/libmicrohttpd#' \ Additional info: * package version: 0.9.25-1 |
This task depends upon