Commit ffc59a34 authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Dridi Boukelmoune

give some love to the hipster distros

parent 35cba4e2
...@@ -41,6 +41,7 @@ build() { ...@@ -41,6 +41,7 @@ build() {
--infodir=/usr/share/info \ --infodir=/usr/share/info \
--localstatedir=/var/lib \ --localstatedir=/var/lib \
--without-jemalloc \ --without-jemalloc \
--with-contrib \
--with-unwind --with-unwind
make make
} }
......
...@@ -31,7 +31,8 @@ build() { ...@@ -31,7 +31,8 @@ build() {
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--localstatedir=/var/lib \ --localstatedir=/var/lib \
--sbindir=/usr/bin --sbindir=/usr/bin \
--with-contrib
make make
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment