summaryrefslogtreecommitdiff
path: root/package/glibc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-11 11:42:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-11 11:42:58 +0200
commit633388aa0d49b87d723ed7475e434a514bd391bd (patch)
treef1c3ff55066d4632665569c2203d9336d1522ffc /package/glibc/Makefile
parent5fd4ed6e780f365e56c4b67172cf08ddd8221cc1 (diff)
add latest version of firefox, update dependencies and fix nss package to include all necessary libraries for https support, tested only in qemu-i686 glibc for now
Diffstat (limited to 'package/glibc/Makefile')
-rw-r--r--package/glibc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/glibc/Makefile b/package/glibc/Makefile
index 675ee0c8d..7f0a1f8c7 100644
--- a/package/glibc/Makefile
+++ b/package/glibc/Makefile
@@ -22,8 +22,6 @@ $(eval $(call PKG_template,GLIBC,glibc,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPEN
$(eval $(call PKG_template,GLIBC_DEV,glibc-dev,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
$(eval $(call PKG_template,GLIBC_STATIC,$(PKG_NAME)-static,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-#TARGET_CFLAGS:= $(filter-out -fstack-protector,$(TARGET_CFLAGS))
-#TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
XAKE_FLAGS+= GCC_HONOUR_COPTS=s
CONFIG_STYLE:= manual
@@ -55,7 +53,8 @@ ifeq ($(ADK_LOCALES),y)
endif
endif
${INSTALL_DIR} ${IDIR_GLIBC}/etc
- ${INSTALL_DATA} ${STAGING_TARGET_DIR}/etc/{gai,nscd,nsswitch}.conf ${IDIR_GLIBC}/etc
+ ${INSTALL_DATA} ${STAGING_TARGET_DIR}/etc/gai.conf ${IDIR_GLIBC}/etc
+ ${INSTALL_DATA} ./files/nsswitch.conf ${IDIR_GLIBC}/etc
glibc-static-install:
${INSTALL_DIR} $(IDIR_GLIBC_STATIC)/usr/lib