diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-10-16 10:44:18 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-10-16 10:44:18 +0200 |
commit | c6b004578a6f16f68820818bb6424787e0a35e31 (patch) | |
tree | 5abc9100336aae70f5c6e162c42de5374f88ac64 | |
parent | 92485be301a55843376a6e03f08221997b50d5aa (diff) | |
download | nx-libs-c6b004578a6f16f68820818bb6424787e0a35e31.tar.gz nx-libs-c6b004578a6f16f68820818bb6424787e0a35e31.tar.bz2 nx-libs-c6b004578a6f16f68820818bb6424787e0a35e31.zip |
nx-libs.spec: pass CDEBUGFLAGS and friends directly through via make command.
-rw-r--r-- | nx-libs.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-libs.spec b/nx-libs.spec index 1713b86be..4a64b8aed 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -398,7 +398,7 @@ chmod a+x my_configure; export SHLIBGLOBALSFLAGS="%{__global_ldflags}" export LOCAL_LDFLAGS="%{__global_ldflags}" export CDEBUGFLAGS="%{?__global_cppflags} %{?__global_cflags}" -make %{?_smp_mflags} CONFIGURE="$PWD/my_configure" PREFIX=%{_prefix} LIBDIR=%{_libdir} +make %{?_smp_mflags} CONFIGURE="$PWD/my_configure" PREFIX=%{_prefix} LIBDIR=%{_libdir} CDEBUGFLAGS="${CDEBUGFLAGS}" LOCAL_LDFLAGS="${LOCAL_LDFLAGS}" SHLIBGLOBALSFLAGS="${SHLIBGLOBALSFLAGS}" %install make install \ |