Made libui position-independent.

This commit is contained in:
Pietro Gagliardi 2015-10-16 22:02:56 -04:00
parent e6d302f7ab
commit e04e5dc90f
1 changed files with 4 additions and 0 deletions

View File

@ -9,8 +9,12 @@ HFILES += \
NAME = libui
CFLAGS += \
-fPIC
LDFLAGS += \
-shared \
-fPIC \
# -Wl,-soname,$(NAME)$(SUFFIX).0
include GNUbaserules.mk