[net] Telephony: Moved baresip to telephony submenu.
[openwrt/svn-archive/archive.git] / net / ulogd / Makefile
index 5d04e20ea0c065d2f0366e5078ee532c8be0ea30..c1dc32b0b93d59f747418fc6aaf2bc8381c82abf 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -21,7 +21,7 @@ PKG_MD5SUM:=05b4ed2926b9a22aaeaf642917bbf8ff
 define Package/ulogd/Default
   SECTION:=net
   CATEGORY:=Network
-  URL:=http://gnumonks.org/projects/ulogd
+  URL:=http://www.netfilter.org/projects/ulogd/index.html
 endef
 
 define Package/ulogd
@@ -98,6 +98,7 @@ define Build/Configure
                , \
                ac_cv_header_pcap_h=$(ULOGD_PCAP_HEADER) \
        )
+       $(SED) 's/-lgcc_s//g' $(PKG_BUILD_DIR)/Rules.make
 endef
 
 define Build/Compile
@@ -108,7 +109,7 @@ define Build/Compile
                        -I$(PKG_BUILD_DIR)/include/ulogd \
                        -I$(PKG_BUILD_DIR)/include \
                        -I$(PKG_BUILD_DIR)/libipulog/include \
-                       -I$(STAGING_DIR)/usr/include" \
+                       $(TARGET_CPPFLAGS)" \
                all install
 endef