Skip to content
Snippets Groups Projects
Commit 6486083c authored by Eric Bélanger's avatar Eric Bélanger
Browse files

Add prepare function

parent 8a76b075
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,13 @@ sha1sums=('86b7eb11cfdaefb1d4e9bfc10620beaf8f09bc90'
'e4a764828b57f1e907ec96f4ae0e0cf0d3e2e802'
'eb952b0b9c3e3d429d8e21b110249e495f0e0e63')
build() {
prepare() {
cd ${pkgname}-${pkgver}
sed -i 's|_GL_WARN_ON_USE (gets|//_GL_WARN_ON_USE (gets|' lib/stdio.in.h
}
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --libexec=/usr/bin \
--localstatedir=/var --sysconfdir=/etc \
--without-wrap --with-pam \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment