Commit ff15847de0dabf121285d85a57aa5d414ec67d9c
1 parent
07bf3ea5
Exists in
master
and in
3 other branches
Acertando empacotamento pelo suse build service
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile.in
... | ... | @@ -28,7 +28,7 @@ |
28 | 28 | |
29 | 29 | PACKAGE=@PACKAGE_NAME@ |
30 | 30 | |
31 | -CFLAGS=@CFLAGS@ -DAPPDATA=\"$(datarootdir)/$(PACKAGE_NAME)\" -I../../src/include | |
31 | +CFLAGS=@CFLAGS@ @DLL_CFLAGS@ -DAPPDATA=\"$(datarootdir)/$(PACKAGE_NAME)\" -I../../src/include | |
32 | 32 | SSL_CFLAGS=@LIBSSL_CFLAGS@ |
33 | 33 | |
34 | 34 | DLL_FLAGS=@DLL_FLAGS@ | ... | ... |