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 | 0f632264ec737cfa846369fc67d1b3b972453f7f (patch) | |
tree | fd6bca33cb4cee1065ba95bae0fed6c0ab0191ae /package/crda/Makefile | |
parent | 0f6846a4f01f3ac98cdab9d83ab5324259ee1e5f (diff) | |
download | upstream-0f632264ec737cfa846369fc67d1b3b972453f7f.tar.gz upstream-0f632264ec737cfa846369fc67d1b3b972453f7f.tar.bz2 upstream-0f632264ec737cfa846369fc67d1b3b972453f7f.zip |
fix more issues with libnl-tiny and eglibc
SVN-Revision: 15592
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 += \ |