libgsm: cosmetic tweak to record correct gh issue #871.
This commit is contained in:
parent
fc4cc5b9f7
commit
3e60ec4333
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ license="BSD"
|
|||
checksum=52c518244d428c2e56c543b98c9135f4a76ff780c32455580b793f60a0a092ad
|
||||
|
||||
do_build() {
|
||||
make CC=$CC CCFLAGS="$CFLAGS -c -DNeedFunctionPrototypes=1" LD=$CC AR=$AR
|
||||
make CC=$CC LD=$CC AR=$AR CCFLAGS="$CFLAGS -c -DNeedFunctionPrototypes=1"
|
||||
}
|
||||
do_install() {
|
||||
vmkdir usr/bin
|
||||
|
|
Loading…
Reference in a new issue