diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-09 19:19:49 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-09 19:19:49 -0300 |
commit | b2b93941f2ce88c04621ae7379d66f74e951eb17 (patch) | |
tree | aae7a7132ff1fd3d2a267272d65cdd964e1fd88a /libre/icedove-libre | |
parent | 93461d8e834d69d7d21d37fa0bf27b2f5fbda371 (diff) | |
download | abslibre-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')
-rw-r--r-- | libre/icedove-libre/PKGBUILD | 3 |
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}" } |