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