cdrtools: pass CFLAGS and LDFLAGS.
This commit is contained in:
parent
b81706898f
commit
c95e0cc323
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cdrtools'
|
||||
pkgname=cdrtools
|
||||
version=3.01
|
||||
revision=2
|
||||
revision=3
|
||||
makedepends="acl-devel"
|
||||
conf_files="/etc/default/rscsi /etc/default/cdrecord"
|
||||
short_desc="Highly portable CD/DVD/BluRay command line recording software"
|
||||
|
@ -13,7 +13,7 @@ checksum=ed282eb6276c4154ce6a0b5dee0bdb81940d0cbbfc7d03f769c4735ef5f5860f
|
|||
|
||||
do_build() {
|
||||
sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
|
||||
make CC=$CC RUNPATH= LDPATH= NOWARN=1
|
||||
make CC="$CC" COPTX="$CFLAGS" LDOPTX="$LDFLAGS" RUNPATH= LDPATH= NOWARN=1
|
||||
}
|
||||
do_install() {
|
||||
make INS_BASE=/usr MANDIR=/man DESTDIR=${DESTDIR} install
|
||||
|
|
Loading…
Add table
Reference in a new issue