732d94d25f
they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
16 lines
409 B
Diff
16 lines
409 B
Diff
|
|
#
|
|
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
|
|
#
|
|
|
|
--- pango-1.2.5/Makefile.am~no-tests 2003-01-30 22:43:47.000000000 +0100
|
|
+++ pango-1.2.5/Makefile.am 2004-03-11 11:31:25.000000000 +0100
|
|
@@ -1,6 +1,6 @@
|
|
## Process this file with automake to create Makefile.in.
|
|
|
|
-SUBDIRS= pango modules examples docs tools tests
|
|
+SUBDIRS= pango modules tools
|
|
|
|
EXTRA_DIST = \
|
|
pango.pc.in \
|