search for: _la

Displaying 2 results from an estimated 2 matches for "_la".

Did you mean: _a
2009 Jul 13
2
[PATCH] Add shave support
...ibtool.in new file mode 100644 index 0000000..1f3a720 --- /dev/null +++ b/shave-libtool.in @@ -0,0 +1,69 @@ +#!/bin/sh + +# we need sed +SED=@SED@ +if test -z "$SED" ; then +SED=sed +fi + +lt_unmangle () +{ + last_result=`echo $1 | $SED -e 's#.libs/##' -e 's#[0-9a-zA-Z_\-\.]*_la-##'` +} + +# the real libtool to use +LIBTOOL="$1" +shift + +# if 1, don't print anything, the underlaying wrapper will do it +pass_though=0 + +# scan the arguments, keep the right ones for libtool, and discover the mode +preserved_args= +while test "$#" -gt 0; do + o...
2011 Jul 29
2
[Bug 732] New: Iptables 1.4.11 or 1.4.12 does not compile on CentOS 5.6
...Component: ip_tables (kernel) AssignedTo: netfilter-buglog at lists.netfilter.org ReportedBy: karin at webexpressportal.com Estimated Hours: 0.0 On a box running CentOS 5.6 x64 -- unable to compile iptables-1.4.11 or 1.4.12 linux/magic.h not found... ------------------------ _la-xtables.Tpo -c xtables.c -fPIC -DPIC -o .libs/libxtables_la-xtables.o xtables.c: In function ?proc_file_exists?: xtables.c:395: error: ?PROC_SUPER_MAGIC? undeclared (first use in this function) xtables.c:395: error: (Each undeclared identifier is reported only once xtables.c:395: error: for each f...