hpux extconf
This commit is contained in:
parent
68525d650c
commit
9c759f0185
|
@ -3,6 +3,7 @@ rbsigar_generated.rx
|
|||
mkmf.log
|
||||
*.o
|
||||
*.so
|
||||
*.sl
|
||||
*.bundle
|
||||
*.obj
|
||||
*.def
|
||||
|
@ -17,3 +18,4 @@ get_mib2.c
|
|||
kstats.c
|
||||
procfs.c
|
||||
peb.c
|
||||
dlpi.c
|
||||
|
|
|
@ -45,6 +45,8 @@ when /solaris|sun/
|
|||
have_library("kstat")
|
||||
when /hpux/
|
||||
os = 'hpux'
|
||||
#XXX have_libary no workie on hpux?
|
||||
$LDFLAGS += ' -lnsl -lnm'
|
||||
when /aix/
|
||||
os = 'aix'
|
||||
have_library("odm")
|
||||
|
|
Loading…
Reference in New Issue