Files @ 76f27d7c2928
Branch filter:

Location: ohnobinki_overlay/sys-apps/acl/acl-2.2.39-r1.ebuild.rej - annotation

binki
net-irc/unrealircd: appended to the unrealircd-system-cares.patch to fix the prototype of a callback function in res.c
this should fix a segfault in unrealircd when clients connect. I have no idea how unrealircd didn't segfault when statically lunk because I don't think unrealircd changed the API of c-ares except to add a function that tells it config-info
***************
*** 31,40 ****
  			acl-2.2.29-CITI_NFS4_ALL-3.dif
  	fi
  	epatch "${FILESDIR}"/${PN}-2.2.32-only-symlink-when-needed.patch
  	sed -i \
  		-e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
  		include/builddefs.in \
  		|| die "failed to update builddefs"
  	eautoconf
  }
  
--- 35,50 ----
  			acl-2.2.29-CITI_NFS4_ALL-3.dif
  	fi
  	epatch "${FILESDIR}"/${PN}-2.2.32-only-symlink-when-needed.patch
+ 	epatch "${FILESDIR}"/attr-2.4.32-libtool.patch
+ 	epatch "${FILESDIR}"/${P}-leave-las-to-libtool.patch
  	sed -i \
  		-e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
  		include/builddefs.in \
  		|| die "failed to update builddefs"
+ 
+ 	AT_M4DIR="m4" eaclocal
+ 	_elibtoolize --copy --force
+ 	AT_M4DIR="m4" eaclocal
  	eautoconf
  }