Changeset 063bc327eb2e56eadead7201847268ced4893c0d

Show
Ignore:
Timestamp:
03/19/07 05:29:05 (6 years ago)
Author:
dsmith <dsmith@…>
Children:
9876aed40cc689833cc3349829e4d83f36dd0907
Parents:
cd59b42bfa142d7fd2babeaa98227dfd8b44aff7
git-author:
L. Donnie Smith <donnie.smith@…> (03/19/07 05:29:05)
git-committer:
dsmith <dsmith@…> (03/19/07 05:29:05)
Message:

Configure: added --disable-ldconfig

git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@32 918edb2d-ff29-0410-9de2-eb38e7f22bc7

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • common/include/lib.mak.in

    r00fb3cb r063bc32  
    3838        install -d $(LIB_INST_DIR) 
    3939        install $(SHARED_LIB) $(LIB_INST_DIR) 
     40        ln -sf $(SHARED_LIB) $(LIB_INST_DIR)/$(SO_NAME) 
    4041        ln -sf $(SO_NAME) $(LIB_INST_DIR)/$(LINK_NAME) 
    41         ldconfig 
     42        @LDCONFIG@ 
    4243 
    4344clean: