Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a147f516a | ||
|
|
bf7af05717 | ||
|
|
66775c8356 | ||
|
|
399a2d8e9a |
||
|
|
19fded287f |
1 changed files with 7 additions and 1 deletions
|
|
@ -60,6 +60,7 @@ Requires: /usr/sbin/sendmail
|
|||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: libxcrypt-devel
|
||||
|
||||
%description
|
||||
Alpine -- an Alternatively Licensed Program for Internet
|
||||
|
|
@ -90,6 +91,11 @@ install -m644 -p %{SOURCE1} .
|
|||
|
||||
%build
|
||||
touch imap/ip6
|
||||
|
||||
# Add -std=gnu17 for now.
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2336274
|
||||
CFLAGS="%{optflags} -std=gnu17"
|
||||
|
||||
# --without-tcl disables the TCL-based CGI "Web Alpine"
|
||||
%configure \
|
||||
--enable-debug=no \
|
||||
|
|
@ -107,7 +113,7 @@ touch imap/ip6
|
|||
|
||||
# Build single threaded, make is not creating directories in time.
|
||||
export RPM_BUILD_NCPUS=1
|
||||
%make_build EXTRACFLAGS="$RPM_OPT_FLAGS"
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue