]> git.pld-linux.org Git - packages/t1lib.git/commitdiff
- added missing libt1x.la dependency on libt1.la to link patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Jun 2023 19:01:56 +0000 (21:01 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Jun 2023 19:01:56 +0000 (21:01 +0200)
t1lib-link.patch

index 23b7c82de4f4e8e4189fa53d0f8e355ae8f15195..75871559e9fb7706cd5f39ab040c6940ef1af6ab 100644 (file)
@@ -9,7 +9,12 @@
  LDFLAGS   = @LDFLAGS@
  LDLIBS    = @LDLIBS@
  AR        = ar rc
-@@ -137,7 +137,7 @@
+@@ -133,11 +133,11 @@ libt1.la: $(TYPE1_OBJS) $(T1LIB_OBJS)
+       cp t1lib/t1lib.h .
+-libt1x.la: $(T1LIBX_OBJS)
++libt1x.la: $(T1LIBX_OBJS) libt1.la
        $(LIBTOOL) --mode=link \
                $(CC) $(LDFLAGS) -o $@ $(T1LIBX_OBJS) \
                 -version-info @T1LIB_LT_CURRENT@:@T1LIB_LT_REVISION@:@T1LIB_LT_AGE@ \
This page took 0.048989 seconds and 4 git commands to generate.