kopia lustrzana https://github.com/Hamlib/Hamlib
remove rpath backdoor
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2102 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.6rc1
rodzic
dc93f54061
commit
00610b3321
|
@ -5,7 +5,7 @@ WriteMakefile(
|
|||
(#ABSTRACT_FROM => 'Hamlib.pm', # retrieve abstract from module
|
||||
AUTHOR => 'Stephane Fillod') : ()),
|
||||
# should use libtool somehow. Otherwise try -Wl,--rpath
|
||||
#'LIBS' => ['-L../../src/.libs -lhamlib'],
|
||||
#'LIBS' => ['-lhamlib'],
|
||||
#'DEFINE' => '',
|
||||
#'INC' => '',
|
||||
#'OBJECT' => 'hamlibperl_wrap.o', # link all the C files too
|
||||
|
|
|
@ -24,7 +24,7 @@ Hamlib-pl.mk: $(srcdir)/Makefile.PL
|
|||
INC="$(INCLUDES)" \
|
||||
CC="$(CC)" \
|
||||
OBJECT="hamlibperl_wrap.o" VERSION="$(PACKAGE_VERSION)" \
|
||||
LIBS="-L$(top_builddir)/src/.libs -lhamlib"
|
||||
LIBS="-lhamlib"
|
||||
|
||||
all-perl: Hamlib-pl.mk hamlibperl_wrap.c
|
||||
$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk all
|
||||
|
|
Ładowanie…
Reference in New Issue