mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
73a31f0bf6
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
|