diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-05-04 16:13:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-05-04 16:13:46 +0000 |
commit | c8e41e8aa887902bf54d02ca6637df26c244efaa (patch) | |
tree | 32e3e862b9eea5494cddce6a00806eebd6f6c103 /package/crda/Makefile | |
parent | 403d960fee780c6716a2eb9e369f942cdf9351ce (diff) | |
download | master-187ad058-c8e41e8aa887902bf54d02ca6637df26c244efaa.tar.gz master-187ad058-c8e41e8aa887902bf54d02ca6637df26c244efaa.tar.bz2 master-187ad058-c8e41e8aa887902bf54d02ca6637df26c244efaa.zip |
fix more issues with libnl-tiny and eglibc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15592 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/crda/Makefile')
-rw-r--r-- | package/crda/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/crda/Makefile b/package/crda/Makefile index 6585117052..e53db3dfdc 100644 --- a/package/crda/Makefile +++ b/package/crda/Makefile @@ -51,6 +51,7 @@ endef TARGET_CPPFLAGS := \ -I$(STAGING_DIR)/usr/include/libnl-tiny \ + -D_GNU_SOURCE \ $(TARGET_CPPFLAGS) MAKE_FLAGS += \ |