From 75064ae95eb385e65d290f6f680ed729c6e2135b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 25 Sep 2006 12:59:31 +0000 Subject: r18895: AIX need to call pidl with --uint-enums as the compiler doesn't like negative values in the generated code. I'm not sure how we can solve that in samba3 as the generated code is commited Maybe we need to alsways pass --uint-enums metze (This used to be commit 9468dcc5d564d7242d527eb770717e2b4480cf1c) --- source3/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index f33b80e079..67e5b5ab20 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -30,6 +30,8 @@ DYNEXP=@DYNEXP@ PYTHON=@PYTHON@ PERL=@PERL@ +PIDL_ARGS=@PIDL_ARGS@ + TERMLDFLAGS=@TERMLDFLAGS@ TERMLIBS=@TERMLIBS@ PRINT_LIBS=@PRINT_LIBS@ -- cgit