OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 7... Line 7...
7   7  
Line 8... Line 8...
8 include $(TOPDIR)/rules.mk 8 include $(TOPDIR)/rules.mk
9   9  
10 PKG_NAME:=dante 10 PKG_NAME:=dante
Line 11... Line 11...
11 PKG_VERSION:=1.4.1 11 PKG_VERSION:=1.4.1
12 PKG_RELEASE:=3 12 PKG_RELEASE:=1
13   13  
Line 27... Line 27...
27 --without-upnp \ 27 --without-upnp \
28 --without-pam \ 28 --without-pam \
29 --disable-libwrap 29 --disable-libwrap
Line 30... Line 30...
30   30  
31 CONFIGURE_VARS += \ 31 CONFIGURE_VARS += \
32 ac_cv_search_pam_start="" \ -  
Line 33... Line 32...
33 ac_cv_func_sched_setscheduler=no 32 ac_cv_search_pam_start=""
34   33  
35 define Build/InstallDev 34 define Build/InstallDev
36 $(INSTALL_DIR) $(1)/usr/include 35 $(INSTALL_DIR) $(1)/usr/include
Line 48... Line 47...
48 define Package/dante/default/description 47 define Package/dante/default/description
49 Dante is a circuit-level firewall/proxy that can be used to provide convenient 48 Dante is a circuit-level firewall/proxy that can be used to provide convenient
50 and secure network connectivity, requiring only that the server Dante runs on 49 and secure network connectivity, requiring only that the server Dante runs on
51 has external network connectivity. Dante is used daily by Fortune 100 companies 50 has external network connectivity. Dante is used daily by Fortune 100 companies
52 and large international organizations, either as a standard SOCKS server or as 51 and large international organizations, either as a standard SOCKS server or as
53 a "reverse proxy". 52 a "reverse proxy".
54 endef 53 endef
Line 55... Line 54...
55   54  
56 define Package/libsocks 55 define Package/libsocks
57 $(call Package/dante/default) 56 $(call Package/dante/default)
58 SECTION:=libs 57 SECTION:=libs
59 CATEGORY:=Libraries 58 CATEGORY:=Libraries
60 TITLE+= Library -  
61 ABI_VERSION:=0 59 TITLE+= Library
Line 62... Line 60...
62 endef 60 endef
63   61  
64 define Package/libsocks/description 62 define Package/libsocks/description
65 $(call Package/dante/default/description) 63 $(call Package/dante/default/description)
Line 66... Line 64...
66 This package provides the shared libsocks library. 64 This package provides the shared libsocks library.
67 endef 65 endef
68   66  
69 define Package/libsocks/install 67 define Package/libsocks/install
Line 70... Line 68...
70 $(INSTALL_DIR) $(1)/usr/lib 68 $(INSTALL_DIR) $(1)/usr/lib
71 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libsocks.so.* $(1)/usr/lib/ 69 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libsocks.so* $(1)/usr/lib/