summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-30 02:27:59 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-30 02:27:59 (EDT)
commit78a3eac9fe81ee46a3c3b836e6354be139c4d97b (patch)
treea396e0f1737c95854396ad9ad9aab9240afd3744
parentc2bb42efe77dc0b8c11197ab7ae2c912fd570665 (diff)
Fix "build" file.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index b555d0e..5875c3f 100755
--- a/build
+++ b/build
@@ -9,9 +9,9 @@ alsa-utils.buildstamp:
cd src && \
./configure --prefix=/usr \
--build=$${OH_BUILD_ARCH_GNU} --host=$${OH_HOST_ARCH_GNU} \
+ --disable-xmlto \
--disable-alsaconf && \
make && make DESTDIR=$$(pwd)/../dest install
- oh-strip /usr/bin/* /usr/sbin/*
oh-installfiles $(PKGS)
oh-installdocs alsa-utils
oh-gencontrol $(PKGS)