From 563d98d11ef408c731e0c88bf026f56e14495ee6 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Fri, 20 Jul 2012 14:00:39 +0000 Subject: [PATCH] Corrigindo erro na criação do pacote 64 bits --- pw3270.spec.in | 8 ++++++++ src/pw3270/Makefile.in | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pw3270.spec.in b/pw3270.spec.in index 5d02e2c..2e47c54 100644 --- a/pw3270.spec.in +++ b/pw3270.spec.in @@ -168,6 +168,14 @@ rm -rf $RPM_BUILD_ROOT #---[ Scripts ]------------------------------------------------------------------------------------------------------- +%post +/sbin/ldconfig +exit 0 + +%postun +/sbin/ldconfig +exit 0 + %post -n lib3270 /sbin/ldconfig exit 0 diff --git a/src/pw3270/Makefile.in b/src/pw3270/Makefile.in index f013d62..db59d26 100644 --- a/src/pw3270/Makefile.in +++ b/src/pw3270/Makefile.in @@ -67,7 +67,7 @@ DEPENDS=*.h common/*.h uiparser/*.h v3270/*.h $(GLOBAL_DEPS) VALGRIND=@VALGRIND@ -CFLAGS=@CFLAGS@ @GTK_CFLAGS@ -DDATAROOTDIR=\"$(datarootdir)\" -I../../src/include +CFLAGS=@CFLAGS@ @DLL_CFLAGS@ @GTK_CFLAGS@ -DDATAROOTDIR=\"$(datarootdir)\" -I../../src/include LIBS=@LIBS@ @GTK_LIBS@ #---[ Rules ]------------------------------------------------------------------ -- libgit2 0.21.2