summaryrefslogtreecommitdiff
path: root/libre/iceape-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-09 20:37:13 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-09 20:37:13 -0300
commitdb43b79588e4ea2785bacf2bfc526957517b9e7d (patch)
treeba7a7f0ec8e99f86b040d5bb5ac66a8cec6dfd1c /libre/iceape-libre
parentb2b93941f2ce88c04621ae7379d66f74e951eb17 (diff)
iceape-libre: adding new features due that building brokes
Diffstat (limited to 'libre/iceape-libre')
-rw-r--r--libre/iceape-libre/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/libre/iceape-libre/PKGBUILD b/libre/iceape-libre/PKGBUILD
index 5152a456a..a8ecbf6bf 100644
--- a/libre/iceape-libre/PKGBUILD
+++ b/libre/iceape-libre/PKGBUILD
@@ -93,6 +93,9 @@ build() {
rsvg-convert -w 128 -h 128 -o ${DEBIAN_BRANDING_DIR}/app-icons/iceape128.png ${DEBIAN_BRANDING_DIR}/iceape_icon_plain.svg
cp "${srcdir}/mozconfig" .mozconfig
+ unset CPPFLAGS
+ CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2"
+ CXXFLAGS="$CXXFLAGS -D_FORTIFY_SOURCE=2"
make -j1 -f client.mk build MOZ_MAKE_FLAGS="${MAKEFLAGS}"
}