qi: Fix 'rootdir' value, include post-install from proper location
[dragora.git] / patches / openjade / openjade-1.3.2-no-undefined.patch
blob4e5aefc3a865a92304bcf766d4c468bfb7248c19
1 --- a/Makefile.lib.in.orig 2016-05-19 17:20:25.164931700 +0200
2 +++ b/Makefile.lib.in 2016-05-19 17:20:56.539989400 +0200
3 @@ -24,7 +24,7 @@
5 lib$(LIB).la: $(LT_OBJS)
6 $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(LINKFLAGS) -o lib$(LIB).la $(LT_OBJS) \
7 - -rpath $(libdir) -version-info $(LTVERSION) $(DEPLIBS)
8 + -no-undefined -rpath $(libdir) -version-info $(LTVERSION) $(DEPLIBS)
10 install:
11 $(mkinstalldirs) $(DESTDIR)$(libdir)