mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-31 00:44:35 +02:00
Fix lib search pathes, fix rpath in modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1088 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5318f05f82
commit
86c25dfca0
@ -125,8 +125,9 @@ $(PKG_BUILD_DIR)/.configured:
|
|||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
|
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
|
||||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
|
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
|
||||||
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(PKG_INSTALL_DIR)/usr/lib/freeradius" \
|
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
|
||||||
lt_sys_lib_search_path_spec="$(STAGING_DIR)/usr/lib" \
|
sys_lib_dlsearch_path_spec="$(STAGING_DIR)/lib $(STAGING_DIR)/usr/lib" \
|
||||||
|
sys_lib_search_path_spec="$(STAGING_DIR)/lib $(STAGING_DIR)/usr/lib" \
|
||||||
MYSQL_CONFIG="no" \
|
MYSQL_CONFIG="no" \
|
||||||
./configure \
|
./configure \
|
||||||
--target=$(GNU_TARGET_NAME) \
|
--target=$(GNU_TARGET_NAME) \
|
||||||
|
Loading…
Reference in New Issue
Block a user