diff options
author | daniel <danieruru@gmail.com> | 2013-01-11 19:13:47 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2013-01-11 19:13:47 +0900 |
commit | ee9fe4fa6339dc1e49a4d484f9f03d4091c6aa90 (patch) | |
tree | c9aa3f25c7fadc0b6f9620673a55e31113403d3d /libvxi11client/perlbits/Makefile.PL | |
parent | 7d4fa5278ace3dd96dda1bf4da75d617fd3e2795 (diff) |
most of it seems to work in perl now
Diffstat (limited to 'libvxi11client/perlbits/Makefile.PL')
-rw-r--r-- | libvxi11client/perlbits/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvxi11client/perlbits/Makefile.PL b/libvxi11client/perlbits/Makefile.PL index 9b7f0ff..055880e 100644 --- a/libvxi11client/perlbits/Makefile.PL +++ b/libvxi11client/perlbits/Makefile.PL @@ -9,7 +9,7 @@ WriteMakefile( ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/VXI11/Client.pm', # retrieve abstract from module AUTHOR => 'daniel <daniel@>') : ()), - LIBS => ['-lgthread-2.0 -lrt -lglib-2.0'], # e.g., '-lm' + LIBS => ['-pthread -lgthread-2.0 -lrt -lglib-2.0'], # e.g., '-lm' DEFINE => '', # e.g., '-DHAVE_SOMETHING' INC => '-I. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include', # e.g., '-I. -I/usr/include/other' OBJECT => '$(O_FILES)', # link all the C files too |