Link with libDatabase as required
This commit is contained in:
parent
a4de436174
commit
c869d1d2b4
|
@ -1,7 +1,7 @@
|
|||
targets=_libDatabase
|
||||
cflags_force=`pkg-config --cflags python-2.7` -fPIC
|
||||
cflags_force=`pkg-config --cflags python-2.7 libSystem` -fPIC
|
||||
cflags=-W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
ldflags_force=`pkg-config --libs python-2.7`
|
||||
ldflags_force=`pkg-config --libs python-2.7 libSystem` -lDatabase
|
||||
ldflags=-L$(OBJDIR).. -Wl,-rpath,$(LIBDIR)
|
||||
dist=Makefile,libDatabase.py
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user