[Buildroot] jpeg-package with wrong include-dir

Simon Pasch fpasch at googlemail.com
Tue Aug 28 08:09:49 UTC 2007


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 \



More information about the buildroot mailing list