From: florian Date: Tue, 28 Aug 2007 13:01:49 +0000 (+0000) Subject: Fix cbtt compilation and pass our cflags X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b56a7a3b493a4d2e18d062553146edc5d02355ec;p=packages.git Fix cbtt compilation and pass our cflags git-svn-id: svn://svn.openwrt.org/openwrt/packages@8525 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/cbtt/Makefile b/net/cbtt/Makefile index 34025a722..7f0a83ac4 100644 --- a/net/cbtt/Makefile +++ b/net/cbtt/Makefile @@ -26,7 +26,7 @@ define Package/cbtt DEPENDS:=zlib MENU:=1 TITLE:=Bittorrent tracker - DEPENDS:=+libpthread +uclibcxx + DEPENDS:=+libpthread +uclibcxx +libmysqlclient DESCRIPTION:=a C BitTorrent Tracker URL:=http://bnbtusermods.sourceforge.net endef @@ -41,8 +41,8 @@ define Package/cbtt-mysql endef MAKE_FLAGS += \ - LFLAGS="-L$(STAGING_DIR)/usr/lib -L $(STAGING_DIR)/usr/lib/mysql -L. -lz -lmysqlclient -nodefaultlibs -lpthread -luClibc++ -lc -lm -lgcc" \ - CFLAGS="-I$(STAGING_DIR)/usr/include -fno-builtin -fno-rtti -nostdinc++" + LFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/usr/lib/mysql -L. -lz -lmysqlclient -nodefaultlibs -lpthread -luClibc++ -lc -lm -lgcc" \ + CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include -fno-builtin -fno-rtti -nostdinc++" define Package/cbtt/install $(INSTALL_DIR) $(1)/usr/bin