Skip to content

Commit

Permalink
[package] opkg: more bustage fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwalker committed Sep 17, 2012
1 parent f0bb6d0 commit 9165a42
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package/opkg/Makefile
Expand Up @@ -145,16 +145,12 @@ ifeq ($(BUILD_VARIANT),smime)
--enable-openssl
endif

define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
MAKE_FLAGS = \
MAKE_FLAGS = \
CC="$(TARGET_CC)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
HOST_CPU="$(PKGARCH)" \
LDFLAGS="-Wl,--gc-sections"

endef

define Package/opkg/Default/install
$(INSTALL_DIR) $(1)/usr/lib/opkg
$(INSTALL_DIR) $(1)/bin
Expand Down

0 comments on commit 9165a42

Please sign in to comment.