mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 09:19:51 +00:00
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
16 lines
365 B
Diff
16 lines
365 B
Diff
--- a/ffbuild/pkgconfig_generate.sh
|
|
+++ b/ffbuild/pkgconfig_generate.sh
|
|
@@ -28,9 +28,9 @@ version=$(grep ${name}_VERSION= $name/${
|
|
|
|
cat <<EOF > $name/$fullname.pc
|
|
prefix=$prefix
|
|
-exec_prefix=\${prefix}
|
|
-libdir=$libdir
|
|
-includedir=$incdir
|
|
+exec_prefix=${prefix}
|
|
+libdir=\${exec_prefix}/lib
|
|
+includedir=\${prefix}/include
|
|
|
|
Name: $fullname
|
|
Description: $comment
|