Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
louiz’
biboumi
Commits
3736cc1f
Commit
3736cc1f
authored
Nov 13, 2014
by
louiz’
Browse files
Use the new flags in the .spec file
parent
2bb4a347
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
packaging/biboumi.spec
packaging/biboumi.spec
+11
-3
No files found.
packaging/biboumi.spec
View file @
3736cc1f
Name: biboumi
Version: 1.1
Release:
1
%{?dist}
Release:
2
%{?dist}
Summary: Lightweight XMPP to IRC gateway
License: zlib
...
...
@@ -31,10 +31,15 @@ these channels were XMPP MUCs.
%build
cmake . -DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPOLLER=EPOLL
-DPOLLER=EPOLL \
-DWITHOUT_BOTAN=1 \
-DWITH_SYSTEMD=1 \
-DWITH_LIBIDN=1
make %{?_smp_mflags}
# The documentation is in utf-8, ronn fails to build it if that locale is
# not specified
make %{?_smp_mflags}
LC_ALL=en_GB.utf-8 make doc
...
...
@@ -65,6 +70,9 @@ make test_suite/fast VERBOSE=1
%changelog
* Wed Nov 13 2014 Le Coz Florent <louiz@louiz.org> - 1.1-2
- Use the -DWITH(OUT) cmake flags for all optional dependencies
* Wed Aug 18 2014 Le Coz Florent <louiz@louiz.org> - 1.1-1
- Update to 1.1 release
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment