summaryrefslogtreecommitdiff
path: root/libre/icedove-libre/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-09 19:19:49 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-09 19:19:49 -0300
commitb2b93941f2ce88c04621ae7379d66f74e951eb17 (patch)
treeaae7a7132ff1fd3d2a267272d65cdd964e1fd88a /libre/icedove-libre/PKGBUILD
parent93461d8e834d69d7d21d37fa0bf27b2f5fbda371 (diff)
downloadabslibre-b2b93941f2ce88c04621ae7379d66f74e951eb17.tar.gz
abslibre-b2b93941f2ce88c04621ae7379d66f74e951eb17.tar.bz2
abslibre-b2b93941f2ce88c04621ae7379d66f74e951eb17.zip
icedove-libre: adding new features due that building brokes
Diffstat (limited to 'libre/icedove-libre/PKGBUILD')
-rw-r--r--libre/icedove-libre/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/libre/icedove-libre/PKGBUILD b/libre/icedove-libre/PKGBUILD
index b5396781e..f7962b8f5 100644
--- a/libre/icedove-libre/PKGBUILD
+++ b/libre/icedove-libre/PKGBUILD
@@ -75,6 +75,9 @@ build() {
patch -Np1 -i "${srcdir}/Icedove-branding.patch" # debian patch fixed version
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}"
}