libcli: cleanup, fix cflags
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8269 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
53ad80a2da
commit
c9e5c91ab8
@ -34,14 +34,11 @@ define Package/libcli
|
|||||||
URL:=http://libcli.sourceforge.net/
|
URL:=http://libcli.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
MAKE_FLAGS += \
|
||||||
rm -rf $(PKG_INSTALL_DIR)
|
OPTIM="$(TARGET_CFLAGS)" \
|
||||||
$(call Build/Compile/Default, \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
OPTIM="$(TARGET_CFLAGS)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
all install
|
||||||
all install \
|
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
mkdir -p $(STAGING_DIR)/usr/include
|
mkdir -p $(STAGING_DIR)/usr/include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user