/[debian-med]/trunk/packages/rcsb-core-wrapper/trunk/debian/patches/pythonwrapper
ViewVC logotype

Diff of /trunk/packages/rcsb-core-wrapper/trunk/debian/patches/pythonwrapper

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12035 by lkajan-guest, Fri Aug 10 17:13:59 2012 UTC revision 12036 by lkajan-guest, Fri Aug 10 17:42:14 2012 UTC
# Line 1  Line 1 
1  --- a/Makefile  --- a/Makefile
2  +++ b/Makefile  +++ b/Makefile
3  @@ -98,6 +98,22 @@  @@ -96,6 +96,22 @@
4           export WWPDB_XERCESC_LIB=xerces-c; \           export WWPDB_XERCESC_LIB=xerces-c; \
5           exit 0;'           exit 0;'
6    
# Line 23  Line 23 
23   debug:   debug:
24          @sh -c 'cd ./$(UTIL_MODULE); ./$(COMPILE_SCRIPT) debug'          @sh -c 'cd ./$(UTIL_MODULE); ./$(COMPILE_SCRIPT) debug'
25    
26    --- a/wrapper/Makefile
27    +++ b/wrapper/Makefile
28    @@ -140,7 +140,7 @@
29     $(L_MOD_LIB): $(OBJ_FILES) $(ALL_DEP_LIBS)
30     #       Create module library
31    
32    -       @cd $(OBJ_DIR); $(CCC) $(LINK_METHOD) $(EXT_LIBS_DIRS) $(OBJ_FILES) $(ALL_DEP_LIBS) $(EXT_LIBS) $(SYS_LIBS) -o ../$@
33    +       cd $(OBJ_DIR); $(CCC) $(LINK_METHOD) $(EXT_LIBS_DIRS) $(OBJ_FILES) -L../../lib/.libs -lrcsb-core-wrapper $(EXT_LIBS) $(SYS_LIBS) -o ../$@
34    
35    
36     # Rule for making object files

Legend:
Removed from v.12035  
changed lines
  Added in v.12036

  ViewVC Help
Powered by ViewVC 1.1.5