From: Jo-Philipp Wich Date: Sun, 8 May 2011 12:21:47 +0000 (+0000) Subject: ulogd: compile with --export-dynamic to solve segfault in dlopen() (#8481) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=880be2d1b261afb56b17edb18779f241d2444d3c;p=openwrt%2Fsvn-archive%2Fpackages.git ulogd: compile with --export-dynamic to solve segfault in dlopen() (#8481) SVN-Revision: 26853 --- diff --git a/net/ulogd/Makefile b/net/ulogd/Makefile index c1dc32b0b..ddfdc1c52 100644 --- a/net/ulogd/Makefile +++ b/net/ulogd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -109,6 +109,7 @@ define Build/Compile -I$(PKG_BUILD_DIR)/include/ulogd \ -I$(PKG_BUILD_DIR)/include \ -I$(PKG_BUILD_DIR)/libipulog/include \ + -Wl,--export-dynamic \ $(TARGET_CPPFLAGS)" \ all install endef