mirror of
https://github.com/openwrt/packages.git
synced 2025-07-15 06:34:47 +00:00
Added size optimizations. Added explicit options to make sure Boost doesn't get included. Several Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 lines
221 B
Diff
11 lines
221 B
Diff
--- a/libtins.pc.in
|
|
+++ b/libtins.pc.in
|
|
@@ -1,6 +1,6 @@
|
|
prefix=@pkgconfig_prefix@
|
|
exec_prefix=@pkgconfig_exec_prefix@
|
|
-libdir=@pkgconfig_libdir@
|
|
+libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libtins
|