diff options
author | Lauri Leukkunen <lleukkun@leka.rahina.org> | 2006-08-05 01:31:05 +0300 |
---|---|---|
committer | Lauri Leukkunen <lleukkun@leka.rahina.org> | 2006-08-05 01:31:05 +0300 |
commit | 22e066bd6575610fc7aa4345568f8ebf2be2172a (patch) | |
tree | 6f4a0b1f7ab53215f9f9fc4f2136de26c60aee97 /preload/Makefile | |
parent | 6d3bd6ab21b53af8b9b43f36f63b63cceb053927 (diff) |
fix linking and remove SConscript files
Diffstat (limited to 'preload/Makefile')
-rw-r--r-- | preload/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/preload/Makefile b/preload/Makefile index d46ff8a..1e6d645 100644 --- a/preload/Makefile +++ b/preload/Makefile @@ -7,5 +7,6 @@ obj-default = libsb2.o libsb_env.o sb_alien.o extra_targets = libsb2.so libsb2.so: built-in.o - $(LD) -shared -Bdynamic -o libsb2.so built-in.o ../lua/built-in.o $(LIBS) +# $(LD) --export-dynamic -Bsymbolic -shared -o libsb2.so built-in.o ../lua/built-in.o $(LIBS) + $(CC) -shared -o libsb2.so built-in.o ../lua/built-in.o $(LIBS) |