Skip to content

Commit

Permalink
MediaTek MT7621
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylz2git committed Apr 24, 2020
1 parent 9dec8e6 commit 11d88df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/ddserver
SECTION:=utils
CATEGORY:=Multimedia
DEPENDS:=+libusb-1.0 +uclibcxx
DEPENDS:=+libusb-1.0 +uclibcxx +libstdcpp
TITLE:=Server for DSLR camera to use with DslrDashboard
MAINTAINER:=Zoltan Hubai <hubaiz@gmail.com>
endef
Expand All @@ -32,7 +32,7 @@ endef

define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
LIBS="-nodefaultlibs -lgcc -lgcc_s -lc -lusb-1.0 -lpthread -luClibc++" \
LIBS="-lgcc -lgcc_s -lc -lusb-1.0 -lpthread -luClibc++" \
LDFLAGS="$(EXTRA_LDFLAGS)" \
CXXFLAGS="$(TARGET_CFLAGS) $(EXTRA_CPPFLAGS)" \
$(TARGET_CONFIGURE_OPTS) \
Expand Down

0 comments on commit 11d88df

Please sign in to comment.