xlbiff: include LDFLAGS
This commit is contained in:
parent
115e9b6554
commit
00fdb379ec
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xlbiff'
|
||||
pkgname=xlbiff
|
||||
version=4.1
|
||||
revision=4
|
||||
revision=5
|
||||
makedepends="libX11-devel libXaw-devel"
|
||||
short_desc="X Literate Biff, a mail notifier"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
|
@ -11,7 +11,7 @@ distfiles="http://www.edsantiago.com/xlbiff/${pkgname}-${version}.tar.gz"
|
|||
checksum=ca758c186d8fbe3505b86ba7aea21c6e20733a5b37e6ff5c308f09e8425e4697
|
||||
|
||||
do_build() {
|
||||
make -f Makefile.std MHLIBDIR=/etc/nmh CC="$CC" DEBUG="$CFLAGS"
|
||||
make -f Makefile.std MHLIBDIR=/etc/nmh CC="$CC" DEBUG="$CFLAGS $LDFLAGS"
|
||||
sed -n 2,30p xlbiff.c >LICENSE
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue