diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2009-06-04 22:23:05 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2009-06-04 22:23:05 +0000 |
commit | 71d191044a06b3af6c580268a9ff647a7dcf56c8 (patch) | |
tree | fba662731be8ac3452e02c5c4a2a53aa5ae571b5 /buildtools | |
parent | 22b16358efa2390f9c06c3c12cbeb2782851cd13 (diff) | |
download | netpbm-mirror-71d191044a06b3af6c580268a9ff647a7dcf56c8.tar.gz netpbm-mirror-71d191044a06b3af6c580268a9ff647a7dcf56c8.tar.xz netpbm-mirror-71d191044a06b3af6c580268a9ff647a7dcf56c8.zip |
Make linker flags null for HP-UX so it fails better
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@932 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-rwxr-xr-x | buildtools/configure.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/configure.pl b/buildtools/configure.pl index da1c929f..18643f47 100755 --- a/buildtools/configure.pl +++ b/buildtools/configure.pl @@ -2096,6 +2096,7 @@ if ($platform eq "GNU") { # We don't know what to do here. We used to (before 10.20) just # just assume the compiler was gcc. We know that the gcc stuff # above does NOT work for HP native compiler. + push(@config_mk, "LDSHLIB =\n"); } } elsif ($platform eq "AIX") { push(@config_mk, 'LDFLAGS += -L /usr/pubsw/lib', "\n"); |