Overview
Artifact ID: | 3ed18f78707cb913deab63fc6fab952d32a56928 |
---|---|
Ticket: | 6981de95b677bcc5ba7da4818015f1e5c049463f
Makefile for OpenSolaris/Solaris is not correct |
User & Date: | anonymous 2009-10-14 04:39:52 |
Changes
- comment changed to:
With following diff of Makefile, root@600m:/export/home/tjyang/Fossil-076f7adff2# diff Makefile Makefile.orig 39c39 < # LIB += -lsocket --- > # LIB += lsocket 41c41 < LIB += -lsocket -lnsl --- > # LIB += -lsocket -lnsl root@600m:/export/home/tjyang/Fossil-076f7adff2# I was able to build fossil on opensolaris b124. root@600m:/export/home/tjyang/Fossil-076f7adff2# uname -a SunOS 600m 5.11 snv_122 i86pc i386 i86pc Solaris root@600m:/export/home/tjyang/Fossil-076f7adff2# cat /etc/release OpenSolaris Development snv_122 X86 Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 28 August 2009 root@600m:/export/home/tjyang/Fossil-076f7adff2# ls -l fossil -rwxr-xr-x 1 root root 1582864 2009-10-13 23:37 fossil root@600m:/export/home/tjyang/Fossil-076f7adff2#
- foundin changed to: "Fossil-076f7adff2"
- private_contact changed to: "be550bfd65ad2b35c5af076e5620344955089a2e"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to: "Makefile for OpenSolaris is not correct"
- type changed to: "Build_Problem"