make/solaris.mk

changeset 44
3da1f7b6847f
parent 43
8ac56edb4e94
child 62
c47e081b6c0f
equal deleted inserted replaced
43:8ac56edb4e94 44:3da1f7b6847f
1 # 1 #
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 # 3 #
4 # Copyright 2012 Olaf Wintermann. All rights reserved. 4 # Copyright 2013 Olaf Wintermann. All rights reserved.
5 # 5 #
6 # Redistribution and use in source and binary forms, with or without 6 # Redistribution and use in source and binary forms, with or without
7 # modification, are permitted provided that the following conditions are met: 7 # modification, are permitted provided that the following conditions are met:
8 # 8 #
9 # 1. Redistributions of source code must retain the above copyright 9 # 1. Redistributions of source code must retain the above copyright
27 # 27 #
28 28
29 29
30 # compiler and linker flags 30 # compiler and linker flags
31 31
32 LDFLAGS = -lsocket -lsendfile 32 LDFLAGS = -lsocket -lsendfile -lposix4
33 33
34 34
35 # platform dependend source files 35 # platform dependend source files
36 PLATFORM_DAEMONOBJ = event_solaris.o 36 PLATFORM_DAEMONOBJ = event_solaris.o
37 37

mercurial