diff options
-rw-r--r-- | bluegriffon.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bluegriffon.spec b/bluegriffon.spec index 393609f..159fcf3 100644 --- a/bluegriffon.spec +++ b/bluegriffon.spec @@ -196,7 +196,7 @@ MOZ_SMP_FLAGS=-j1 MOZ_APP_DIR=%{_libdir}/%{name} export LDFLAGS="-Wl,-rpath,${MOZ_APP_DIR}" -make -f client.mk build_all +make -f client.mk build_all STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS" %install |