irc/irssi-xmpp: add -fPIC on all architectures
Fixes build at least on armv7 and powerpc.
This commit is contained in:
parent
a534aad1ce
commit
127f833847
@ -27,11 +27,7 @@ USE_GNOME= glib20
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
CFLAGS_aarch64= -fPIC
|
||||
CFLAGS_amd64= -fPIC
|
||||
CFLAGS_i386= -fPIC
|
||||
CFLAGS_powerpc64= -fPIC
|
||||
CFLAGS_powerpc64le= -fPIC
|
||||
CFLAGS+= -fPIC
|
||||
|
||||
DATADIR= ${PREFIX}/share/irssi
|
||||
DOCSDIR= ${PREFIX}/share/doc/irssi
|
||||
|
Loading…
Reference in New Issue
Block a user