- Timestamp:
- Jun 27, 2007, 12:42:26 PM (18 years ago)
- Children:
- 4e6ad57
- Parents:
- b99bf9e
- Location:
- package/nfs-server
- Files:
-
- 3 edited
-
Makefile (modified) (2 diffs)
-
extra/site.h (modified) (1 diff)
-
extra/site.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/nfs-server/Makefile
rb99bf9e r80accbf 9 9 PKG_NAME:= nfs-server 10 10 PKG_VERSION:= 2.2beta47 11 PKG_RELEASE:= 811 PKG_RELEASE:= 9 12 12 PKG_MD5SUM:= 79a29fe9f79b2f3241d4915767b8c511 13 13 MASTER_SITES:= http://ftp.debian.org/debian/pool/main/n/nfs-user-server/ … … 18 18 $(eval $(call PKG_template,NFS_SERVER,nfs-server,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) 19 19 20 #ifeq ($(strip ${FWRT_PACKAGE_NFS_SERVER_TCPWRAPPERS}),y) 21 #TCPPFLAGS+= -DHOSTS_ACCESS 22 #LIBWRAP_LIB= -lwrap 23 #else 24 LIBWRAP_LIB= 25 #endif 26 20 27 CONFIGURE_STYLE:= gnu 21 28 BUILD_STYLE:= auto 29 XAKE_FLAGS+= LIBWRAP_LIB='${LIBWRAP_LIB}' 22 30 23 31 do-install: -
package/nfs-server/extra/site.h
rb99bf9e r80accbf 32 32 33 33 /* 34 * if HOSTS_ACCESS is defined, ugidd uses host access control35 * provided by libwrap.a from tcp_wrappers36 */37 #define HOSTS_ACCESS38 39 /*40 34 * Define correct ownership of export control file 41 35 */ -
package/nfs-server/extra/site.mk
rb99bf9e r80accbf 6 6 UGIDD_PROG= 7 7 UGIDD_MAN= 8 # Location of tcp_wrapper library9 LIBWRAP_DIR=-L/usr/share/stuff/src/openwrt/experimental/buildroot/build_mipsel/staging_dir/lib10 LIBWRAP_LIB=-lwrap11 8 DEVTAB_FILE=
Note:
See TracChangeset
for help on using the changeset viewer.
