Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
aports
Commits
1de0884b
Commit
1de0884b
authored
Nov 09, 2009
by
Natanael Copa
Browse files
main/imap: avoid text relocations by adding -fPIC
This fixes
#202
parent
d1392c9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/imap/APKBUILD
View file @
1de0884b
...
...
@@ -5,7 +5,7 @@
# build it shared
pkgname
=
imap
pkgver
=
2007e
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"An IMAP/POP server"
url
=
"http://www.washington.edu/imap"
license
=
"APACHE"
...
...
@@ -24,7 +24,8 @@ build ()
-i
src/osdep/unix/Makefile
||
return
1
export
GCCCFLAGS
=
"
$CFLAGS
"
make slx
SPECIALAUTHENTICATORS
=
ssl
||
return
1
make slx
SPECIALAUTHENTICATORS
=
ssl
EXTRACFLAGS
=
"
$CFLAGS
-fPIC"
\
||
return
1
mkdir
-p
$pkgdir
/usr/sbin
install
-D
-m755
imapd/imapd
$pkgdir
/usr/sbin/imapd
...
...
Natanael Copa
@ncopa
mentioned in commit
c3c01e5e
·
Jul 12, 2019
mentioned in commit
c3c01e5e
mentioned in commit c3c01e5e5839837e0dccca120ad30de28b1c421f
Toggle commit list
Nathan Angelacos
@nangel
mentioned in issue
#202 (closed)
·
Jul 12, 2019
mentioned in issue
#202 (closed)
mentioned in issue #202
Toggle commit list
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