]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- use propper libdir
authortommat <tommat@pld-linux.org>
Sun, 11 Mar 2007 13:33:56 +0000 (13:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-lua_linking.patch -> 1.1

rpm-lua_linking.patch [new file with mode: 0644]

diff --git a/rpm-lua_linking.patch b/rpm-lua_linking.patch
new file mode 100644 (file)
index 0000000..74eb54b
--- /dev/null
@@ -0,0 +1,11 @@
+--- rpm-4.4.7/lua/Makefile.am.orig     2007-03-06 08:22:58.000000000 +0100
++++ rpm-4.4.7/lua/Makefile.am  2007-03-09 10:46:58.000000000 +0100
+@@ -17,7 +17,7 @@
+ lua_lua_SOURCES = lua/lua.c
+ lua_lua_CFLAGS = -DLUA_USERCONFIG='"$(srcdir)/local/userconfig.c"'
+-lua_lua_LDADD = $(LDADD) -L/usr/lib -lncurses
++lua_lua_LDADD = $(LDADD) -L$(libdir) -lncurses
+ luac_luac_SOURCES = luac/luac.c luac/print.c lopcodes.c
+ luac_luac_CFLAGS = -DLUA_OPNAMES
This page took 0.041998 seconds and 4 git commands to generate.