From: Dong Sun Lee Date: Thu, 16 Jan 2020 02:01:59 +0000 (+0000) Subject: Revert "packaging: armv7l: add '-Wp,-D_FILE_OFFSET_BITS=64' flag" X-Git-Tag: submit/tizen/20200901.061507~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4ef667b3e44ffdbc337f7fcab8e6278282a3f08;p=platform%2Fcore%2Fwebapi%2Flibteec.git Revert "packaging: armv7l: add '-Wp,-D_FILE_OFFSET_BITS=64' flag" This reverts commit 5a889ec7eafe5b8af5917a1d10b49dd5d53b8281. Change-Id: I438952e100f40d571bd755fc064cf7f30a5f314b --- diff --git a/packaging/webapi-plugins-teec.spec b/packaging/webapi-plugins-teec.spec index 717ad0a..5f53d38 100644 --- a/packaging/webapi-plugins-teec.spec +++ b/packaging/webapi-plugins-teec.spec @@ -36,10 +36,6 @@ Tizen TEF Framework Client API plugin %build -%ifarch armv7l -export CFLAGS="$CFLAGS -Wp,-D_FILE_OFFSET_BITS=64" -export CXXFLAGS="$CXXFLAGS -Wp,-D_FILE_OFFSET_BITS=64" -%endif export GYP_GENERATORS='ninja' GYP_OPTIONS="--depth=. -Dtizen=1 -Dextension_build_type=Debug -Dextension_host_os=%{profile} -Dprivilege_engine=%{tizen_privilege_engine}" GYP_OPTIONS="$GYP_OPTIONS -Ddisplay_type=%{display_type}"