summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-04 23:09:13 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-04 23:09:13 +0100
commit51c93eedccbddb9831b6997f2a8b1f9c91963a71 (patch)
tree9b35786d004690588276b3f6cf1ec79928e5e9b0
parentc297aec869068e74145933b5907af88dfaccdd21 (diff)
downloadnutyx-pakxe-51c93eedccbddb9831b6997f2a8b1f9c91963a71.tar.gz
nutyx-pakxe-51c93eedccbddb9831b6997f2a8b1f9c91963a71.tar.bz2
nutyx-pakxe-51c93eedccbddb9831b6997f2a8b1f9c91963a71.tar.xz
nutyx-pakxe-51c93eedccbddb9831b6997f2a8b1f9c91963a71.zip
grub, ajustement configure
-rwxr-xr-xextra/grub/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/grub/Pkgfile b/extra/grub/Pkgfile
index 6dcae1129..c3bee1363 100755
--- a/extra/grub/Pkgfile
+++ b/extra/grub/Pkgfile
@@ -13,7 +13,6 @@ source=(ftp://alpha.gnu.org/gnu/grub/grub-$version.tar.gz\
build() {
cd grub-$version
unset CXXFLAGS
- unset CFLAGS
./configure --prefix=/usr \
--mandir=/usr/share/man \
--sysconfdir=/etc \
@@ -21,7 +20,8 @@ build() {
--disable-grub-emu-usb \
--disable-grub-fstest \
--disable-efiemu \
- --infodir=/usr/share/info
+ --infodir=/usr/share/info \
+ --disable-werror
make
make DESTDIR=$PKG install
install -d $PKG/boot/grub