diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-10-16 10:12:36 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-10-16 10:12:36 +0200 |
commit | 71bda0ed5c05e6bd75278ae7f88991f8ff35709e (patch) | |
tree | 2037a61483596e20ddf9e222355edbed16c87f8b | |
parent | bd2a66fec5c81227bca5fe1c60c510cdfc289112 (diff) | |
download | nx-libs-71bda0ed5c05e6bd75278ae7f88991f8ff35709e.tar.gz nx-libs-71bda0ed5c05e6bd75278ae7f88991f8ff35709e.tar.bz2 nx-libs-71bda0ed5c05e6bd75278ae7f88991f8ff35709e.zip |
nx-libs.spec: drop ugly optsflag sed hack, hopefully obsoleted by passing CDEBUGFLAGS through.
-rw-r--r-- | nx-libs.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nx-libs.spec b/nx-libs.spec index a73c231e8..18bb87b6c 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -367,8 +367,6 @@ This package provides the NX proxy (client) binary. rm -Rf nx*/configure nx*/autom4te.cache* # Install into /usr sed -i -e 's,/usr/local,/usr,' nx-X11/config/cf/site.def -# Use rpm optflags -sed -i -e 's#-O3#%{optflags}#' nx-X11/config/cf/host.def # Use multilib dirs # We're installing binaries into %%{_libdir}/nx/bin rather than %%{_libexedir}/nx # because upstream expects libraries and binaries in the same directory |