]> andersk Git - openssh.git/commitdiff
20060924
authortim <tim>
Sun, 24 Sep 2006 19:08:59 +0000 (19:08 +0000)
committertim <tim>
Sun, 24 Sep 2006 19:08:59 +0000 (19:08 +0000)
 - (tim) [configure.ac] Remove CFLAGS hack for UnixWare 1.x/2.x (added
   to rev 1.308) to work around broken gcc 2.x header file.

ChangeLog
configure.ac

index ee9556a84c1fdc46f133c528229125d2c486341e..36b69de6434e9325c14ae053f7b591970e0cff0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20060924
+ - (tim) [configure.ac] Remove CFLAGS hack for UnixWare 1.x/2.x (added
+   to rev 1.308) to work around broken gcc 2.x header file.
+
 20060923
  - (dtucker) [configure.ac] Bug #1234: Put opensc libs into $LIBS rather than
    $LDFLAGS.  Patch from vapier at gentoo org.
index 2f7657702ea931ccda596f8733675423c613ac0b..38c1e2c6003545995a146528139bf5e0cb0f7ab0 100644 (file)
@@ -514,7 +514,6 @@ mips-sony-bsd|mips-sony-newsos4)
        ;;
 # UnixWare 1.x, UnixWare 2.x, and others based on code from Univel.
 *-*-sysv4.2*)
-       CFLAGS="$CFLAGS -Dva_list=_VA_LIST"
        AC_DEFINE(USE_PIPES)
        AC_DEFINE(SETEUID_BREAKS_SETUID)
        AC_DEFINE(BROKEN_SETREUID)
This page took 0.048745 seconds and 5 git commands to generate.