Changeset 31135
- Timestamp:
- 2012-03-29T11:00:33+02:00 (6 years ago)
- Location:
- packages/net/openconnect
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/net/openconnect/Makefile
r22604 r31135 9 9 10 10 PKG_NAME:=openconnect 11 PKG_VERSION:= 2.2511 PKG_VERSION:=3.15 12 12 PKG_RELEASE:=1 13 13 14 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz 15 15 PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/openconnect/ 16 PKG_MD5SUM:= 796a32b611ee6210a5367eb9684d677816 PKG_MD5SUM:=94245f4bac42a288100becab0b4ca29a 17 17 18 18 include $(INCLUDE_DIR)/package.mk … … 35 35 endef 36 36 37 define Build/Compile 38 $(call Build/Compile/Default, \ 39 SSL_CFLAGS="" \ 40 OPT_FLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \ 41 OS="Linux" \ 42 STAGING_DIR="$(STAGING_DIR)" \ 43 DESTDIR="$(PKG_INSTALL_DIR)" \ 44 PREFIX=/usr \ 45 all install \ 46 ) 47 endef 37 CONFIGURE_ARGS+=--disable-shared 48 38 49 39 define Package/openconnect/install 50 $(INSTALL_DIR) $(1)/usr/ bin51 $( CP) $(PKG_INSTALL_DIR)/usr/bin/openconnect \52 $(1)/usr/ bin/40 $(INSTALL_DIR) $(1)/usr/sbin 41 $(INSTALL_BIN) $(PKG_BUILD_DIR)/openconnect \ 42 $(1)/usr/sbin/ 53 43 endef 54 44
Note: See TracChangeset
for help on using the changeset viewer.