doxygen: Fix build

The package did not honour LDFLAGS

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-09-27 11:48:57 -04:00
parent 99255c4e5b
commit 74c363df3c
1 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,7 @@
name = doxygen
version = 1.8.4
release = 1
release = 2
groups = Development/Tools
url = http://www.stack.nl/~dimitri/doxygen/index.html
@ -33,9 +33,8 @@ build
--shared \
--release
# Use or CFLAGS.
make_build_targets += \
CFLAGS="%{CFLAGS}"
# Use our CFLAGS and LDFLAGS
make_build_targets += CFLAGS="%{CFLAGS}" LFLAGS="%{LDFLAGS}"
end
packages