Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] jpeg-package with wrong include-dir
@ 2007-08-28  8:09 Simon Pasch
  2007-08-28 12:25 ` Bernhard Fischer
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Pasch @ 2007-08-28  8:09 UTC (permalink / raw)
  To: buildroot

Shouldn't jpeg-package use staging_dir/usr/include instead of
staging_dir/include?! (gtk2-package wants the header files to be there...)


--- buildroot.old/package/jpeg.mk	2007-08-28 09:59:45.000000000 +0200
+++ buildroot/package/jpeg.mk	2007-08-28 10:00:28.000000000 +0200
@@ -54,7 +54,7 @@
 		--sysconfdir=/etc \
 		--datadir=/usr/share \
 		--localstatedir=/var \
-		--includedir=/include \
+		--includedir=/usr/include \
 		--mandir=/usr/man \
 		--infodir=/usr/info \
 		--enable-shared \

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

end of thread, other threads:[~2007-08-28 12:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-28  8:09 [Buildroot] jpeg-package with wrong include-dir Simon Pasch
2007-08-28 12:25 ` Bernhard Fischer

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