summaryrefslogtreecommitdiffstats
path: root/package/expat
diff options
context:
space:
mode:
authorUlf Samuelsson2007-08-12 16:13:39 +0200
committerUlf Samuelsson2007-08-12 16:13:39 +0200
commitbb3d681876925083e0066a8259e1fe02fabc278b (patch)
treefa7671396f88d074640cd3382366b52d2549751e /package/expat
parentUse new x11r7 configs (diff)
downloadbuildroot-bb3d681876925083e0066a8259e1fe02fabc278b.tar.gz
buildroot-bb3d681876925083e0066a8259e1fe02fabc278b.tar.xz
buildroot-bb3d681876925083e0066a8259e1fe02fabc278b.zip
expat has --prefix=usr, so remove /usr from other switches
Diffstat (limited to 'package/expat')
-rw-r--r--package/expat/expat.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/package/expat/expat.mk b/package/expat/expat.mk
index a082f6fd4..fb1b00826 100644
--- a/package/expat/expat.mk
+++ b/package/expat/expat.mk
@@ -34,16 +34,16 @@ $(EXPAT_DIR)/.configured: $(EXPAT_DIR)/.unpacked
--build=$(GNU_HOST_NAME) \
--prefix=/usr \
--exec-prefix=/usr \
- --bindir=/usr/bin \
- --sbindir=/usr/sbin \
+ --bindir=/bin \
+ --sbindir=/sbin \
--libdir=/lib \
- --libexecdir=/usr/lib \
+ --libexecdir=/lib \
--sysconfdir=/etc \
- --datadir=/usr/share \
+ --datadir=/share \
--localstatedir=/var \
- --includedir=/usr/include \
- --mandir=/usr/man \
- --infodir=/usr/info \
+ --includedir=/include \
+ --mandir=/man \
+ --infodir=/info \
--enable-shared \
);
touch $@