fix bug when compiling libXaw a second time
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8926 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8956e6737b
commit
281cbad9be
@ -58,7 +58,7 @@ endef
|
|||||||
|
|
||||||
define Package/libXaw-X11R7.1/install
|
define Package/libXaw-X11R7.1/install
|
||||||
$(call Package/$(PKG_NAME)/install/Default,$(1))
|
$(call Package/$(PKG_NAME)/install/Default,$(1))
|
||||||
cd $(1)/usr/lib; ln -s libXaw7.so.7.0.0 libXaw.so.7; ln -s libXaw6.so.6.0.1 libXaw.so.6
|
cd $(1)/usr/lib; rm -f libXaw.so.7 libXaw.so.6; ln -s libXaw7.so.7.0.0 libXaw.so.7; ln -s libXaw6.so.6.0.1 libXaw.so.6
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user