projects
/
openwrt
/
svn-archive
/
archive.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
libamsel objects should be compiled with -fPIC to allow shared library generation...
[openwrt/svn-archive/archive.git]
/
libs
/
libamsel
/
Makefile
diff --git
a/libs/libamsel/Makefile
b/libs/libamsel/Makefile
index
0305d32
..
d205f88
100644
(file)
--- a/
libs/libamsel/Makefile
+++ b/
libs/libamsel/Makefile
@@
-36,7
+36,7
@@
define Build/Configure
endef
MAKE_FLAGS += \
- CFLAGS="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)" \
+ CFLAGS="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)
-fPIC
" \
LDIR=$(PKG_BUILD_DIR) \
PREFIX="$(PKG_INSTALL_DIR)/usr" \
all install