]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/lua/files/make.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / lua / files / make.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- lua-5.0.2/Makefile~make     2004-12-18 02:09:42.006884000 -0500
7 +++ lua-5.0.2/Makefile  2004-12-18 02:10:35.951683632 -0500
8 @@ -38,10 +38,10 @@
9  
10  # shared libraries (for Linux)
11  so:
12 -       gcc -o lib/liblua.so.$V -shared -Wl,-soname,liblua.so.$V \
13 +       $(CC) -o lib/liblua.so.$V -shared -Wl,-soname,liblua.so.$V \
14                 src/*.os -lc
15         ln -fs liblua.so.$V lib/liblua-build.so
16 -       gcc -o lib/liblualib.so.$V -shared -Wl,-soname,liblualib.so.$V \
17 +       $(CC) -o lib/liblualib.so.$V -shared -Wl,-soname,liblualib.so.$V \
18                 src/lib/*.os -Llib -llua-build -lm -ldl -lc
19         cd lib; ln -fs liblua.so.$V liblua.so; \
20                  ln -fs liblualib.so.$V liblualib.so