From: Michael Tremer Date: Wed, 21 Dec 2011 21:33:40 +0000 (+0100) Subject: Export LDFLAGS. X-Git-Tag: 0.9.20~33^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90d30d4ed242885be71e279cdee940ed0b41ed76;p=pakfire.git Export LDFLAGS. It is currently unsued but users should be able to edit them and in this case they should be exported. --- diff --git a/macros/cflags.macro b/macros/cflags.macro index cdb9e115e..5dee6f886 100644 --- a/macros/cflags.macro +++ b/macros/cflags.macro @@ -9,3 +9,5 @@ CFLAGS_armv7hl = -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -mthumb export CFLAGS = %{GLOBAL_CFLAGS} %{CFLAGS_%{DISTRO_ARCH}} export CXXFLAGS = %{CFLAGS} + +export LDFLAGS =