summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rpmbuild/xmake.spec9
1 files changed, 4 insertions, 5 deletions
diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec
index 9f2cb138d..fdd1482d8 100644
--- a/scripts/rpmbuild/xmake.spec
+++ b/scripts/rpmbuild/xmake.spec
@@ -53,11 +53,7 @@ rm -rf core/src/{lua,luajit,lua-cjson,lz4,pdcurses}/*/
%build
%set_build_flags
-./configure --external=yes \
- --prefix=%{_prefix} \
- --bindir=%{_bindir} \
- --libdir=%{_libdir} \
- --includedir=%{_includedir} \
+%configure --external=yes
%if %{use_luajit}
--runtime=luajit
%else
@@ -100,6 +96,9 @@ cp -rp xmake \
%{_mandir}/man1/*.1*
%changelog
+* Tue Jul 11 2023 Zephyr Lykos <[email protected]> - 2.8.1-1
+- Update to 2.8.1
+
* Sun Jun 04 2023 Zephyr Lykos <[email protected]> - 2.7.9-1
- Switch to release tarball
- Use system provided libs if possible