[package] mac80211: update ath9k patches
[openwrt.git] / package / lua / patches / 020-shared_liblua.patch
index d948841..cb7940f 100644 (file)
@@ -129,7 +129,7 @@ Index: lua-5.1.4/src/Makefile
 -$(LUA_T): $(LUA_O) $(LUA_A)
 -      $(CC) -o $@ $(MYLDFLAGS) $(LUA_O) $(LUA_A) $(LIBS)
 +$(LUA_SO): $(CORE_O) $(LIB_O)
-+      $(CC) -o $@.$(PKG_VERSION) -shared -soname="$@.$(PKG_VERSION)" $? -nostdlib -lgcc
++      $(CC) -o $@.$(PKG_VERSION) -shared -Wl,-soname="$@.$(PKG_VERSION)" $?
 +      ln -fs $@.$(PKG_VERSION) $@
 +
 +$(LUA_T): $(LUA_O) $(LUA_SO)
This page took 0.020417 seconds and 4 git commands to generate.