mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libjpeg.make: libjpeg needs absolute path CMAKE_INSTALL_LIBDIR.
@ 2021-08-09  8:36 Christian Melki
  2021-08-10  5:46 ` Denis Osterland-Heim
  2021-10-07 10:18 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 2 replies; 3+ messages in thread
From: Christian Melki @ 2021-08-09  8:36 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/libjpeg.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/libjpeg.make b/rules/libjpeg.make
index d0d3b569e..7b05d6953 100644
--- a/rules/libjpeg.make
+++ b/rules/libjpeg.make
@@ -46,6 +46,7 @@ endif
 LIBJPEG_CONF_TOOL := cmake
 LIBJPEG_CONF_OPT := \
 	$(CROSS_CMAKE_USR) \
+	-DCMAKE_INSTALL_LIBDIR=/usr/$(CROSS_LIB_DIR) \
 	-DENABLE_SHARED=ON \
 	-DENABLE_STATIC=OFF \
 	-DFORCE_INLINE=ON \
-- 
2.32.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-07 10:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09  8:36 [ptxdist] [PATCH] libjpeg.make: libjpeg needs absolute path CMAKE_INSTALL_LIBDIR Christian Melki
2021-08-10  5:46 ` Denis Osterland-Heim
2021-10-07 10:18 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox