diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-02-29 03:28:23 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-02-29 03:28:23 +0100 |
commit | f7034a9c4e26933bceb9b80c6ef492b731df3d73 (patch) | |
tree | a059ab6456c1126532ec5db9425e170fdb3e7be9 /blogc.spec.in | |
parent | 2d179ff17bc93c49eb58d820bdf2942face1deb3 (diff) | |
download | blogc-f7034a9c4e26933bceb9b80c6ef492b731df3d73.tar.gz blogc-f7034a9c4e26933bceb9b80c6ef492b731df3d73.tar.bz2 blogc-f7034a9c4e26933bceb9b80c6ef492b731df3d73.zip |
build: rpm: do not use bundled squareball
Diffstat (limited to 'blogc.spec.in')
-rw-r--r-- | blogc.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blogc.spec.in b/blogc.spec.in index 2f3b787..1b10635 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -17,7 +17,7 @@ blog/website resources. %setup -q %build -%configure +%configure --with-squareball=system make %{?_smp_mflags} %install |